Description Usage Arguments Examples
View source: R/make_data_documentation.R
BEWARE : this will overwrite existing documentation (I need to work on that)
1 2 3 | make_data_documentation(where = here())
document_data(file)
|
where |
path to the directory where tha package is developped |
file |
path to the file (.rda) of the dataset to document |
1 2 3 4 5 | ## Not run:
# In a R project where you develop the package
make_data_documentation()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.