skeleton_maker: Project directory maker

View source: R/skeleton_maker.R

skeleton_makerR Documentation

Project directory maker

Description

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.

Usage

skeleton_maker(project.name, filepath = ".")

Arguments

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.

Examples

skeleton_maker("unicorn-pop-dynamics")

cbedwards/cedwards documentation built on Feb. 24, 2023, 6:53 p.m.