View source: R/clean_raw_data.R
clean_raw_data | R Documentation |
Perform initial cleaning of the raw telemetry data, typically an output from read_txt_data()
including formatting and filtering dates and the option to delete invalid observations.
clean_raw_data(raw_data = NULL, min_yr = 2017, max_yr = NA, filter_valid = T)
raw_data |
a data frame containing raw data from telemetry receivers and the Tracker software,
typically an output from |
min_yr |
the minimum acceptable year (e.g. 2017), likely the year at the start of a season. Used to filter errant dates that occur within the data pre-season. |
max_yr |
maximum acceptable year (e.g. 2018), likely the year at the end of a season. Used to filter errant dates that occur within the data post-season. |
filter_valid |
should only valid records in the |
a data frame similar to raw_data
except cleaner
Kevin See and Mike Ackerman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.