OHDSI / ROhdsiWebApi

An R package for interfacing with a WebAPI instance
https://ohdsi.github.io/ROhdsiWebApi
10 stars 17 forks source link

Implement exportCohortSet #236

Closed chrisknoll closed 2 years ago

chrisknoll commented 2 years ago

Added method to accept a set of cohortIDs and a WebAPI url that will fetch the cohort definitions and OHDSI-sql for the specified cohort definitions.

Tests are included.

codecov[bot] commented 2 years ago

Codecov Report

Merging #236 (0775155) into master (7b86a46) will increase coverage by 0.31%. The diff coverage is 96.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #236      +/-   ##
==========================================
+ Coverage   82.32%   82.64%   +0.31%     
==========================================
  Files          16       17       +1     
  Lines        1437     1469      +32     
==========================================
+ Hits         1183     1214      +31     
- Misses        254      255       +1     
Impacted Files Coverage Δ
R/exportCohortDefinitionSet.R 96.87% <96.87%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7b86a46...0775155. Read the comment docs.