import_telirid | R Documentation |
Internal Function to Import Individual Telonics Iridium CSV File
import_telirid(
file,
fix_attempt_keep = c("Resolved QFP", "Resolved QFP (Uncertain)"),
recast = TRUE,
colname_fun = "tolower",
...
)
file |
Character string containing path and file name of Telonics Iridium CSV file. |
fix_attempt_keep |
Character vector containing location quality categories to retain. A value of "All" will return all QFP fixes. |
recast |
Logical value specifying whether to recast the following selected variables:
|
colname_fun |
Function used to format column names of output data.frame. Default is the |
nskip |
Number of rows to remove from top of Iridium CSV file. This number may vary. |
Formatted data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.