OHDSI / ROhdsiWebApi

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

Cohort characterization #18

Closed gowthamrao closed 4 years ago

gowthamrao commented 5 years ago

Added functionality to existing functions to make it easier to create reports. Feature analyses details adds details about features

codecov-io commented 5 years ago

Codecov Report

Merging #18 into master will decrease coverage by 0.25%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #18      +/-   ##
=========================================
- Coverage    5.78%   5.53%   -0.26%     
=========================================
  Files           4       4              
  Lines         432     452      +20     
=========================================
  Hits           25      25              
- Misses        407     427      +20
Impacted Files Coverage Δ
R/WebApi.R 46.29% <ø> (ø) :arrow_up:
R/CohortCharacterization.R 0% <0%> (ø) :arrow_up:
R/CohortDefinition.R 0% <0%> (ø) :arrow_up:
R/ConceptSet.R 0% <0%> (ø) :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 90340f0...f31bafa. Read the comment docs.

schuemie commented 4 years ago

I recommend making all changes against the develop branch, not the master branch.