|
create_project <- function(path = getwd(), |
|
template = c('Admin', 'Background', 'Code', 'DataRaw', |
|
'DataProcessed', 'Dissemination', 'Reports'), |
|
project_name = "", pi = "", analyst = "", data_location = "", |
|
git_location = "") { |
Create project currently doesn't require any values to be specified (I no metadata is specified #48 occurs), but we should probably require a few of these values to be specified.
I think requiring:
Should be sufficient.
CIDAtools/R/project.R
Lines 159 to 163 in e84bb43
Create project currently doesn't require any values to be specified (I no metadata is specified #48 occurs), but we should probably require a few of these values to be specified.
I think requiring:
analystproject_nameShould be sufficient.