print.vicmap_promise: Print a Snapshot of the Data

View source: R/build-query.R

print.vicmap_promiseR Documentation

Print a Snapshot of the Data

Description

print() displays a cut of the data (no more than six rows) alongside the number of rows and columns that would be returned.

Usage

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

Arguments

x

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

...

arguments to be passed to print

Value

vicmap_promise (invisible), promise sample printed to console

Examples


try(
query <- vicmap_query(layer = "open-data-platform:hy_watercourse")
)
try(
print(query)
)


VicmapR documentation built on July 9, 2023, 7:34 p.m.