print.vicmap_promise | 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)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.