Function that initializes a new ohdsi study project environment

newOhdsiStudy(
  projectName,
  author,
  type,
  directory = here::here(),
  openProject = TRUE
)

Arguments

projectName

the name of the project

author

the name of the study lead

type

the type of study either Characterization, PLP or PLE

directory

the directory to create the project

openProject

should the project be opened if created