Function to set study authors

setStudyAuthors(
  developer = Sys.getenv("USERNAME"),
  developerEmail = glue::glue("{developer}@ohdsi.org"),
  lead = "Ulysses",
  leadEmail = "Ulysses@ohdsi.org"
)

Arguments

developer

specify the study developer, default to system variable

developerEmail

the email of the developer

lead

specify the lead of the study

leadEmail

specify the lead of the study email

Value

a list containing study authors