Description Usage Arguments Value Examples
Convert metadata generated by bb_lookup to bounding box
1 | btlr_to_bb(btlr)
|
btlr |
metadata provided by bb_lookup |
bbox
1 2 3 | meta <- bb_lookup("United States")
btlr <- meta[1,c("bottom", "top", "left", "right")]
btlr_to_bb(btlr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.