head.vicmap_promise | R Documentation |
See utils::head
for details.
## S3 method for class 'vicmap_promise'
head(x, n = 5, ...)
x |
object of class |
n |
integer; number of rows to return |
... |
Other parameters possibly used by generic |
Object of class vicmap_promise
, which is a 'promise' of the data that can be returned if collect()
is used
vicmap_promise
: head.vicmap_promise
try(
vicmap_query(layer = "open-data-platform:hy_watercourse") %>%
head(50)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.