get_building_info | R Documentation |
Retrieves building id(s) and name(s). Assigns each to list variables in the parent environment called "id" and "name", and prints each list.
get_building_info(buildings, verbose = TRUE)
buildings |
Integer, character, or vectors of those types, providing building id(s) or name(s). You can provide multiple buildings at once. |
verbose |
Logical. If TRUE (default), print status messages. |
A data.frame of building info with two columns, 'id' and 'name'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.