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
Generate dynamic folder structure from JSON file. Ideally pass JSON file path as argument to
set_me_upfunction.Arguments
projectname: Allow user to create a custom project name
json_filepath: file path to JSON file which holds a pre-defined folder structure