tag_update | R Documentation |
tag
objectThis function was deprecated because (1) few people use it, (2) hard to maintain and (3) not
so slow to use the alternative of creating of new tag
altogether.
When updating the labelling file of a tag
, we often change only a few stationary periods. To
avoid recomputing the entire workflow, this function identifies which stationary periods have
been modified and updates only these ones in tag$map_pressure
and tag$map_light
.
tag_update(
tag,
file = glue::glue("./data/tag-label/{tag$param$id}-labeled.csv"),
known = NULL,
include_stap_id = NULL,
quiet = FALSE
)
tag |
a GeoPressureR |
file |
absolute or relative path of the label file. |
known |
data.frame containing the known positions of the bird (e.g., equipment or retrieval
site). The default is to use |
include_stap_id |
vector of |
quiet |
logical to hide messages about the progress |
The updated tag
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.