OHDSI / ROhdsiWebApi

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

Results of cohort, are now returned as table #105

Closed gowthamrao closed 4 years ago

gowthamrao commented 4 years ago

addresses .flattenTree https://github.com/OHDSI/ROhdsiWebApi/issues/104 and https://github.com/OHDSI/ROhdsiWebApi/pull/95#issuecomment-629994298

Also added a minor change to .checkBaseurl stop on error - message.

codecov-commenter commented 4 years ago

Codecov Report

Merging #105 into develop will increase coverage by 21.80%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop     #105       +/-   ##
============================================
+ Coverage     4.72%   26.53%   +21.80%     
============================================
  Files            8        8               
  Lines          826      833        +7     
============================================
+ Hits            39      221      +182     
+ Misses         787      612      -175     
Impacted Files Coverage Δ
R/CohortDefinition.R 18.97% <0.00%> (+18.97%) :arrow_up:
R/WebApi.R 30.51% <0.00%> (+4.69%) :arrow_up:
R/ConceptSet.R 76.04% <0.00%> (+76.04%) :arrow_up:
R/Concept.R 100.00% <0.00%> (+100.00%) :arrow_up:

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 a20ae95...f76bb22. Read the comment docs.