projectr icon indicating copy to clipboard operation
projectr copied to clipboard

Generate folder structure from JSON file

Open Jeniffen opened this issue 4 years ago • 0 comments

Generate dynamic folder structure from JSON file. Ideally pass JSON file path as argument to set_me_up function.

projectr::set_me_up(
  projectname = "Template Project", 
  json_filepath = NULL
)

Arguments

projectname: Allow user to create a custom project name json_filepath: file path to JSON file which holds a pre-defined folder structure

Jeniffen avatar Feb 08 '21 14:02 Jeniffen