Function to create a pipeline task as an R file

makeWebApiScript(
  keyringName = NULL,
  keyringPassword = NULL,
  projectPath = here::here(),
  open = TRUE
)

Arguments

keyringName

The name of the keyring for the study, if null defaults to dir basename

keyringPassword

The password for the keyring, if null defauls to ohdsi

projectPath

the path to the project

open

toggle on whether the file should be opened