alexsanjoseph / compareDF

R Tool to compare two data.frames
Other
93 stars 17 forks source link

Handle case when df_new is a data.table #40

Closed jabortell closed 3 years ago

jabortell commented 3 years ago

df_new and df_old are set as data.tables at the beginning of compare_df() #39

codecov[bot] commented 3 years ago

Codecov Report

Merging #40 into master will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   97.44%   97.46%   +0.02%     
==========================================
  Files           2        2              
  Lines         235      237       +2     
==========================================
+ Hits          229      231       +2     
  Misses          6        6              
Impacted Files Coverage Δ
R/fnsComparison.R 98.73% <100.00%> (+0.01%) :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 b8e8787...2de1989. Read the comment docs.

alexsanjoseph commented 3 years ago

Thanks, merging