OHDSI / ROhdsiWebApi

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

added functionality to extract data sources into R using webapi #28

Closed gowthamrao closed 4 years ago

gowthamrao commented 4 years ago

This PR adds ability to extract pre-computed achilles output into R. Once in R, we can render custom graphs/tables based on research needs. E.g. it will now be able to create a r-markdown report that describes the number of people in the data source with certain condition/procedure etc.

codecov-io commented 4 years ago

Codecov Report

Merging #28 into develop will decrease coverage by 1.2%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #28      +/-   ##
==========================================
- Coverage     6.25%   5.04%   -1.21%     
==========================================
  Files            4       6       +2     
  Lines          448     555     +107     
==========================================
  Hits            28      28              
- Misses         420     527     +107
Impacted Files Coverage Δ
R/DataSources.R 0% <0%> (ø)
R/private.R 0% <0%> (ø)
R/WebApi.R 53.84% <0%> (+1.99%) :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 71ee052...2213a8e. Read the comment docs.

gowthamrao commented 4 years ago

closing this pull request, and archiving this conversation because it has a lot of changes. will break it into smaller pull request and restart the conversation