doc_data: Generate documentation in markdown for a dataset

Description Usage Arguments Value Author(s) Examples

View source: R/doc_data.R

Description

Generates documentation for a dataset

Usage

1
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

Author(s)

Hause Lin

Examples

1
## Not run: doc_data("./data/mcars.csv")

hauselin/docdata documentation built on Dec. 25, 2019, 6:15 p.m.