View source: R/COERS_TDR_proc.R
tdr_proc | R Documentation |
function to transform Hobo temperature logger data that has been converted from proprietary binary format to a comma separated text file into a format that can be ingested in to the COERS.TDRLOG Oracle database tables on the DFO production database (PTRAN).
tdr_proc(x)
x |
a comma delimited text file created from the Hobo temperature logger manufacturer software with the following columns '#', 'Date Time, GMT+00:00', 'Abs Pres, psi (LGR S/N: xxxx, SEN S/N: xxxx)', 'Temp, °C (LGR S/N: xxxx, SEN S/N: xxxx)', 'Water Level, meters (LGR S/N: xxxx)' |
returns a comma delimited text file in the format '[YEAR]-[MONTH]-[DAY]_SABS_warf_water_temperature_data.csv' for importing into COERS.TDRLOG
Peter Kraska, peter.kraska@dfo-mpo.gc.ca
tdr_proc('hobo_data_file.csv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.