NEWS.md
dr_read
added to correctly format data fron YSI Sonde 6600 and EXO products, as well as Onset HOBO sensors. The new function contains an argument to specify the instrument, so dr_readSonde
has been deprecated. The dr_read
function now can reformat variables using the janitor
package’s clean_names()
function. This is a significant change and may break workflows based on driftR v1.0
that anticipate particular variable names. The cleanVar
argument is, however, optional, so setting it to FALSE
should leave the result compatible with legacy code.dr_drop
now includes options to drop by date and (optionally) time as well as by using an expression to identify certain valuesdr_replace
added to give the option to replace values that are measurement errors with NA
based on date and (optionally) time as well as by using an expression to identify certain valuesformat
argument for dr_factor
has been deprecated - date formatting is now detected automatically by the function