OHDSI / ROhdsiWebApi

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

Consistenly use .millisecondsToDate function #78

Closed gowthamrao closed 4 years ago

gowthamrao commented 4 years ago

This function was defined at more than place. Many functions appeared to be crowded together, i added three lines between each function for visual dilneation.

https://github.com/OHDSI/ROhdsiWebApi/issues/77

codecov-io commented 4 years ago

Codecov Report

Merging #78 into develop will decrease coverage by 4.51%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #78      +/-   ##
==========================================
- Coverage     4.51%   0.00%   -4.52%     
==========================================
  Files            8       8              
  Lines          885     882       -3     
==========================================
- Hits            40       0      -40     
- Misses         845     882      +37     
Impacted Files Coverage Δ
R/CohortCharacterization.R 0.00% <ø> (ø)
R/CohortDefinition.R 0.00% <0.00%> (ø)
R/Concept.R 0.00% <ø> (ø)
R/ConceptSet.R 0.00% <ø> (ø)
R/IncidenceRate.R 0.00% <0.00%> (ø)
R/PersonProfile.R 0.00% <ø> (ø)
R/WebApi.R 0.00% <0.00%> (-33.06%) :arrow_down:

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 c04e58f...e2510a7. Read the comment docs.