assignVal: Assign a value or NA to the specified dates range and...

Description Usage Arguments Examples

Description

Specify subset of dates, values and variables to modify

Usage

1
2
assignVal(rB3in, startDate, endDate, varNames, minVal, maxVal, newVal,
  logID, Reason, showPlot, savePlot)

Arguments

rB3in

rB3 object input

startDate

start date

endDate

endDate

varNames

list of variable names or keywords

minVal

delete value greater than or equal to

maxVal

delete value less than or equal to

logID

write an operation identifier to the log frames, default = NA, 'auto' chooses a log number for you, or provide a numerical code

showPlot

display figure in plots window, and prompt to accept changes (TRUE/FALSE)

savePlot

save the figure to a path (provide path relative to working directory)

Examples

1
newDF <- exclude_vars(myDF,metaData,varNames = c("pH","wndDir"))

kohjim/rB3 documentation built on May 10, 2019, 9:51 a.m.