ycphs / openxlsx

openxlsx - a fast way to read and write complex xslx files
https://ycphs.github.io/openxlsx/
Other
226 stars 75 forks source link

replace NA with na.string where applicable. stri_join returns NA if a… #300

Closed JanMarvin closed 2 years ago

JanMarvin commented 2 years ago

…ny is found. fixes #298

codecov-commenter commented 2 years ago

Codecov Report

Merging #300 (03d8cce) into master (1c0295d) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #300      +/-   ##
==========================================
+ Coverage   66.48%   66.52%   +0.03%     
==========================================
  Files          34       34              
  Lines        8939     8943       +4     
==========================================
+ Hits         5943     5949       +6     
+ Misses       2996     2994       -2     
Impacted Files Coverage Δ
R/workbook_write_data.R 92.99% <100.00%> (+1.49%) :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 08de207...03d8cce. Read the comment docs.