Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save keesvanbochove/15c4c18e9c3f2da931fb5af81362b652 to your computer and use it in GitHub Desktop.
Save keesvanbochove/15c4c18e9c3f2da931fb5af81362b652 to your computer and use it in GitHub Desktop.
automate_cohort_definitions_in_study_package.R
remotes::install_github("ohdsi/ROhdsiWebApi",ref="develop")
baseUrl="https://pioneer-atlas.thehyve.net/WebAPI"
ROhdsiWebApi::setAuthHeader(baseUrl,"Bearer ey...")
ROhdsiWebApi::insertCohortDefinitionInPackage(cohortId = 142, baseUrl = baseUrl)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment