newOhdsiStudy.Rd
Function that initializes a new ohdsi study project environment
newOhdsiStudy(
projectName,
author,
type,
directory = here::here(),
openProject = TRUE
)
the name of the project
the name of the study lead
the type of study either Characterization, PLP or PLE
the directory to create the project
should the project be opened if created