View source: R/point_selector.R
get_equipment_by_ids | R Documentation |
Queries equipment by their ids.
get_equipment_by_ids(id)
id |
Integer or integer vector, containing one or many equipment ids. |
A data.frame of the requested equipment, or an empty list if no equipment matches those ids.
## Not run: equipment <- get_equipment_by_ids(c(1000,1001)) # If you are using the point selector function: query <- PointSelector() query$buildings <- 101 query$equipment_types <- 'ahu' selection <- select_points(query) equipment <- get_equipment_by_ids(selection$equipment) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.