show_query.vicmap_promise {VicmapR}R Documentation

Show The Query

Description

show_query() summarises the constructed query that has been passed to it by printing details about the query in a human readable format.

See dplyr::show_query for details.

Usage

## S3 method for class 'vicmap_promise'
show_query(x, ...)

Arguments

x

Object of class vicmap_promise (likely passed from vicmap_query())

...

Other parameters possibly used by generic

Details

The printed information consists of three sections:

Value

object of class vicmap_promise (invisible: query printed to console), which is a 'promise' of the data that can be returned if collect() is used

Methods (by class)

Examples


try(
vicmap_query(layer = "open-data-platform:hy_watercourse") %>%
head(50) %>%
show_query()
)


[Package VicmapR version 0.2.3 Index]