if (FALSE) {
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)
}
Run the code above in your browser using DataLab