View source: R/import_tools_MC.R
import_telsst_complete | R Documentation |
Imports, merges, and (optional) casts Telonics Spreadspectrum GPS collar data
import_telsst_complete(
dir_path = NULL,
csv_pattern = "*",
nskip = 21,
recursive = TRUE,
recast = TRUE,
fix_attempt_keep = c("Succeeded (3D)", "Succeeded (2D)", "Resolved QFP",
"Resolved QFP (Uncertain)"),
snake_case = FALSE,
...
)
dir_path |
a relative directory path to a folder containing raw Telonics GPS collar data |
csv_pattern |
an optional regular expression. Only file names which match the regular expression will be returned. |
recursive |
a logical value. Should the listing recurse into directories? Inherited from |
recast |
a logical value. Should the variable be recast? |
fix_attempt_keep |
a character vector containing location quality categories to retain. Default is:
|
... |
other inherited argumements |
A dataframe containing Telonics Spreadspectrum collar data
McCrea Cobb mccrea_cobb@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.