Package for extracting data from WiscSIMS laboratory archival excel files and reformatting it for import into the Sparrow data system.
-
ColumnRename()
Standardizes column names using a lookup table based on observation of the SIMS archive.
-
GeneralSIMSImporter()
Uses
ColumnRename()
and associated code to standardize the excel tables and prepare them for import into Sparrow. This is a useful stand alone function for quickly opening and browsing SIMS data and is the core of theSessionSummary.Rmd
document. -
SparrowReformater()
Creates a JSON file and uses a
PUT()
to hand the file over to Sparrow. Additional code for implementation in docker with Sparrow is in WiscSIMS-Sparrow github repository.
- Make
BracketRecalculate()
a stand alone function - Make
MountID()
a stand alone function - Make
SessionSummary()
markdown document a stand alone function - Make lookup tables as dataframes within the package.
- Add more documentation and finish packaging the functions.
- Refine error handling and reporting.