Learn R Programming

VicmapR (version 0.2.3)

print.vicmap_promise: 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 vicmap_promise
print(x, ...)

Value

vicmap_promise (invisible), promise sample printed to console

Arguments

x

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

...

arguments to be passed to print

Examples

Run this code
# \donttest{
try(
query <- vicmap_query(layer = "open-data-platform:hy_watercourse")
)
try(
print(query)
)
# }

Run the code above in your browser using DataLab