Create PSA Project
psa_create_project.Rd
DESCRIPTION ADD INFORMATION ABOUT \ OR / FOR WINDOWS
Usage
psa_create_project(
path = "./",
psa_name = "PSA000-demo",
given = NULL,
family = NULL,
middle = NULL,
email = NULL,
role = NULL,
comment = NULL
)
Arguments
- path
path to directory where the local project will be
- psa_name
name of the repo (e.g., PSA000-demo)
- given
given name of first author
- family
family name of first author
- middle
middle name of first author
email address of first author
- role
role of first author, usually "aut" and "cre"; refer to the documentation for utils::person() for more details.
- comment
additional information, e.g. ORCID number