createDSProject | R Documentation |
Initialise a data science project. This function creates a directory structure to help you organise your project. The structure is inspired from JEFFERY LEEKS TUTORIAL. Along with the directory structure, it creates a README file in Rmarkdown which can then be used to produce a GitHub compatible markdown document. It also creates a plot diary to help you organise plots generated during the project.
createDSProject(pname = NULL, path = ".")
pname |
a character, stating the name of the project |
path |
a character, specifying the location of the project |
The README.Rmd file is created in the project directory and the plot_diary.Rmd created in the auto generated figures folder
updateReadme
## Not run:
# create project named "ds_project" in home folder
createDSProject('ds_project', '~')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.