print.tag: Print a 'tag' object

View source: R/print.tag.R

print.tagR Documentation

Print a tag object

Description

This function displays the information of a tag object.

Usage

## S3 method for class '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()

Examples

withr::with_dir(system.file("extdata", package = "GeoPressureR"), {
  tag <- tag_create("18LX", quiet = TRUE)
})

print(tag)


Rafnuss/GeoPressureR documentation built on April 17, 2025, 12:58 p.m.