print.vicmap_promise {VicmapR}R 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)
)


[Package VicmapR version 0.2.3 Index]