Skip to contents

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

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

Examples

if (FALSE) { # \dontrun{
psa_create_project(path = "~/Downloads", psa_name = "PSA001-Faces")
psa_create_project(path = "C:\\Downloads", psa_name = "PSA001-Faces")
} # }