print.osm: Print method for OSM objects

View source: R/ox_read.R

print.osmR Documentation

Print method for OSM objects

Description

Print method for OSM objects

Usage

## S3 method for class 'osm'
print(x, ...)

Arguments

x

Object of class "osm"

...

Other arguments passed on to print

Value

Description of object: what it is and what it contains.

Examples

ox_read(
  system.file("extdata/south_brisbane.osm",
              package = "osmxml"),
  expand_tags = FALSE) |>
  print()

stragu/osmexport documentation built on Aug. 7, 2022, 12:07 a.m.