Created
March 25, 2021 10:43
-
-
Save keesvanbochove/15c4c18e9c3f2da931fb5af81362b652 to your computer and use it in GitHub Desktop.
automate_cohort_definitions_in_study_package.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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