awalker89 / openxlsx

R package for .xlsx file reading and writing.
Other
364 stars 79 forks source link

Feature #375: Allow strings for keepNA argument of writeData(Table)/w… #415

Open kainhofer opened 6 years ago

kainhofer commented 6 years ago

Allow strings for keepNA argument of writeData(Table)/write.xlsx to customize the #N/A output

This should implement the feature request #375

codecov[bot] commented 6 years ago

Codecov Report

Merging #415 into master will decrease coverage by 0.01%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #415      +/-   ##
==========================================
- Coverage   60.23%   60.22%   -0.02%     
==========================================
  Files          30       30              
  Lines        7142     7145       +3     
==========================================
+ Hits         4302     4303       +1     
- Misses       2840     2842       +2
Impacted Files Coverage Δ
R/writeDataTable.R 71.91% <ø> (ø) :arrow_up:
R/writeData.R 65.77% <ø> (ø) :arrow_up:
R/workbook_write_data.R 82.03% <50%> (-1.17%) :arrow_down:
R/writexlsx.R 59.42% <50%> (ø) :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 ead0038...013b8ef. Read the comment docs.