View source: R/tag_label_read.R
tag_label_read | R Documentation |
This function reads an exported csv file from TRAINSET and
updates the data logger dataset tag
.
tag_label_read(
tag,
file = glue::glue("./data/tag-label/{tag$param$id}-labeled.csv")
)
tag |
a GeoPressure |
file |
Absolute or relative path of the label file. |
Same data logger list as input, updated with the labels tag$pressure$label
and
optionally tag$acceleration$label
.
Other tag_label:
tag_label()
,
tag_label_auto()
,
tag_label_stap()
,
tag_label_write()
withr::with_dir(system.file("extdata", package = "GeoPressureR"), {
tag <- tag_create("18LX", quiet = TRUE)
tag <- tag_label_read(tag)
str(tag)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.