updateReadme: Update the README file for the project

View source: R/update_readme.R

updateReadmeR Documentation

Update the README file for the project

Description

Scans the project directory provided and creates entries for files in the README.Rmd file. Descriptions of files can then be modified manually.

Usage

updateReadme(dsproj = ".")

Arguments

dsproj

a character, providing the path of the project where the file needs to be updated.

Details

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.

Examples

## Not run: 
# for "ds_project" in home folder
updateReadme('~/ds_project')

## End(Not run)


bhuvad/restools documentation built on June 16, 2024, 12:44 a.m.