powered by
See dplyr::filter for details.
dplyr::filter
# S3 method for vicmap_promise filter(.data, ...)
Object of class vicmap_promise, which is a 'promise' of the data that can be returned if collect() is used
vicmap_promise
collect()
object of class vicmap_promise (likely passed from vicmap_query())
vicmap_query()
filter statements
vicmap_promise: filter.vicmap_promise
# \donttest{ try( vicmap_query(layer = "open-data-platform:hy_watercourse") %>% filter(hierarchy == "L", pfi == 8553127) ) # }
Run the code above in your browser using DataLab