View source: R/point_selector.R
get_points_by_ids | R Documentation |
Queries data points by their ids.
get_points_by_ids(id)
id |
Integer or list of integers. One or many point ids. |
A data.frame of the requested points, or an empty list if there are no points with those ids.
## Not run: points <- get_points_by_ids(c(10000,10001)) # If you are using the point selector function: query <- PointSelector() query$buildings <- 101 query$equipment_types <- 'ahu' query$point_types <- c('Supply Air Temperature','Supply Air Static Pressure') selection <- select_points(query) points <- get_points_by_ids(selection$points) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.