View source: R/update_readme.R
updateReadme | R Documentation |
Scans the project directory provided and creates entries for files in the README.Rmd file. Descriptions of files can then be modified manually.
updateReadme(dsproj = ".")
dsproj |
a character, providing the path of the project where the file needs to be updated. |
Only the description of files/directories should be modified in the README.Rmd file. Modifying the comment tags or adding/removing text from the file names will result in their removal in the next update.
## Not run:
# for "ds_project" in home folder
updateReadme('~/ds_project')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.