View source: R/skeleton_maker.R
skeleton_maker | R Documentation |
This function creates my preferred directory structure and key files for new research projects In addition to folders, this creates:
a blank datasources.txt file in the 1_raw_data
, to keep track of where data files come from
a blank funs.R file in 3_scripts
a template file for recommended reviewers (Reviewers.docx
) in ms
– this makes life easier when resubmitting
a template code map file (Code map.txt
) for mapping out what files go where, with reminder text on how to generate a directory tree.
skeleton_maker(project.name, filepath = ".")
project.name |
Name of the project itself, used for the root directory of the new project. |
filepath |
filepath for where the root directory will live. Defaults to working directory. |
skeleton_maker("unicorn-pop-dynamics")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.