filter {VicmapR}R Documentation

Filter Data

Description

See dplyr::filter for details.

Usage

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

Arguments

.data

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

...

filter statements

Value

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

Methods (by class)

Examples


try(
vicmap_query(layer = "open-data-platform:hy_watercourse") %>%
 filter(hierarchy == "L", pfi == 8553127)
 )
 

[Package VicmapR version 0.2.3 Index]