print.ors_api {openrouteservice} | R Documentation |
Print a Compact Summary of the API Response
Description
print.ors_api
uses str to compactly display the structure
of the openrouteservice API response object.
Usage
## S3 method for class 'ors_api'
print(x, give.attr = FALSE, list.len = 6L, ...)
Arguments
x |
object of class |
give.attr |
logical; if |
list.len |
numeric; maximum number of list elements to display within a level. |
... |
further arguments passed to str. |
Value
print.ors_api
prints its argument and returns it invisibly.
[Package openrouteservice version 0.6.2 Index]