OHDSI / CohortGenerator

An R package for instantiating cohorts using data in the CDM.
https://ohdsi.github.io/CohortGenerator/
11 stars 10 forks source link

Do not eval ROhdsiWebApi call - fixes #70 #86

Closed anthonysena closed 1 year ago

anthonysena commented 1 year ago

Removes the evaluation of code blocks in the vignette to prevent issues if the public OHDSI WebAPI is unavailable as mentioned in #70.

Also includes small updates to formatting in the vigettes to allow code blocks to fit in the proper margins and for displaying the cohortDefinitionSet output in a formatted table without the JSON/SQL which was unreadable.