print.vicmap_promise {VicmapR} | R Documentation |
print()
displays a cut of the data (no more than six rows)
alongside the number of rows and columns that would be returned.
## S3 method for class 'vicmap_promise'
print(x, ...)
x |
object of class |
... |
arguments to be passed to print |
vicmap_promise (invisible), promise sample printed to console
try(
query <- vicmap_query(layer = "open-data-platform:hy_watercourse")
)
try(
print(query)
)