powered by
print() displays a cut of the data (no more than six rows) alongside the number of rows and columns that would be returned.
print()
# S3 method for vicmap_promise print(x, ...)
vicmap_promise (invisible), promise sample printed to console
object of class vicmap_promise (likely passed from vicmap_query())
vicmap_promise
vicmap_query()
arguments to be passed to print
# \donttest{ try( query <- vicmap_query(layer = "open-data-platform:hy_watercourse") ) try( print(query) ) # }
Run the code above in your browser using DataLab