View source: R/load-read_vemco_tag_specs.r
read_vemco_tag_specs | R Documentation |
Read telemetry transmitter (tag) specification data from a file and return a list with tag specifications and tag operating schedule.
read_vemco_tag_specs(tag_file, file_format = NULL)
tag_file |
A character string with path and name of file in a supported standard format in quotes. If only file name is given, then the file must be located in the working directory. |
file_format |
A character string with the tag spec file format
in quotes. If NULL (default value) then version will be
determined by evaluating file structure. The only allowed values
are |
The file format vemco_xls
is a MS Excel file provided to tag
purchasers by Vemco.
This function is not endorsed or supported by any transmitter manufacturer.
A list containing two data frames with tag specifications and tag operating schedule.
A list element called specs
is a data frame contains tag specifications data in
17 columns:
A list element called schedule
is a data frame containing tag
operating shedule data in 11 columns:
C. Holbrook, cholbrook@usgs.gov
#get path to example Vemco tag spec file spec_file <- system.file("extdata", "lamprey_tag_specs.xls", package = "glatos") my_tags <- read_vemco_tag_specs(spec_file, file_format = "vemco_xls")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.