Description Usage Arguments Value
read_tag loads a file provided by a Psat tag from Wildlife computers Inc and makes a number of adjustments from the existing variables on the data. The function works differently whether you got data from the satellite (argos) or from the tag itself (internal).
1 |
tagfile |
string Path to the file where tag data is stored. |
type |
string One of two values: "argos" or "internal". |
temporal |
double Variable containing the time at which an individual observation took place. This variable is intended to make the internal variable of time readable in POSIXct format. Default NULL. |
tz |
string Time zone to be used for modifying temporal variable in internal data. Set to UTC by default. |
delim |
string The separation between columns in the data set. Either ",", " ", "\t". |
keep |
logical Specifies whether to keep the temporal variable which is tranformed to POSIXct. Default FALSE |
Object of class data.frame, tbl_df and tbl (same as in dplyr function read_delim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.