Generates documentation for a dataset
doc_data(x, overwrite = FALSE)
x | dataset filepath (e.g., csv/txt file) |
---|---|
overwrite | whether to overwrite documentation (defaults to FALSE) |
markdown file with the same name as input x in the same directory
if (FALSE) doc_data("./data/mcars.csv")