Closed pwep closed 4 years ago
Merging #55 into developer will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## developer #55 +/- ##
==========================================
Coverage 69.86% 69.86%
==========================================
Files 79 79
Lines 9815 9815
==========================================
Hits 6857 6857
Misses 2958 2958
Impacted Files | Coverage Δ | |
---|---|---|
R/DfReadCrossedModalities.R | 70.00% <100.00%> (ø) |
|
R/ReadJAFROCNewFormat.R | 76.92% <100.00%> (ø) |
|
R/ReadJAFROCOldFormat.R | 77.77% <100.00%> (ø) |
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 6a3c7a2...5ce3414. Read the comment docs.
This is the first step in addressing #54, to be merged into your developer branch.
readxl
seems lightweight and quick to set up to replicate structures returned fromopenxlsx
'sread.xlsx()
excel_sheets
lists the worksheetsdata.frame
to match return ofopenxlsx
functionread.xlsx()
devtools::tests()
all passWriting Excel files is the next step, and will follow in a separate pull request tomorrow.