Skip to contents

This function displays the information of a tag object.

Usage

# S3 method for tag
print(x, ...)

Arguments

x

a GeoPressureR tag object

...

further arguments passed to or from other methods.

Value

tag is returned invisibly and unchanged

See also

Other tag: tag_create(), tag_set_map(), tag_update()

Examples

setwd(system.file("extdata", package = "GeoPressureR"))

tag <- tag_create("18LX", quiet = TRUE)

print(tag)
#> 
#> ── GeoPressureR `tag` object for 18LX ──────────────────────────────────────────
#> Note: All green texts are fields of `tag` (i.e., `tag$field`).
#> 
#> ── Parameter param 
#> Run `tag$param` to display full table
#> 
#> ── Sensors data 
#> Manufacturer: soi
#> Date range: 2017-07-27 to 2017-08-09 23:30:00
#>  pressure: 672 datapoints
#>  acceleration: 4032 datapoints
#>  light: 4032 datapoints
#>  temperature: 2448 datapoints
#> 
#> ── Stationary periods stap 
#>  No stationary periods defined yet. Use `tag_label()`