Generates documentation for a dataset

doc_data(x, overwrite = FALSE)

Arguments

x

dataset filepath (e.g., csv/txt file)

overwrite

whether to overwrite documentation (defaults to FALSE)

Value

markdown file with the same name as input x in the same directory

Examples

if (FALSE) doc_data("./data/mcars.csv")