Learn R Programming

VicmapR (version 0.2.3)

filter: Filter Data

Description

See dplyr::filter for details.

Usage

# S3 method for vicmap_promise
filter(.data, ...)

Value

Object of class vicmap_promise, which is a 'promise' of the data that can be returned if collect() is used

Arguments

.data

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

...

filter statements

Methods (by class)

  • vicmap_promise: filter.vicmap_promise

Examples

Run this code
# \donttest{
try(
vicmap_query(layer = "open-data-platform:hy_watercourse") %>%
 filter(hierarchy == "L", pfi == 8553127)
 )
 # }

Run the code above in your browser using DataLab