Description Usage Arguments Value Examples
View source: R/pf_map_locations.R
Display animal locations
1 | pf_map_locations(token, animal_df)
|
token |
An access token, provided by pf_accesstoken(key, secret). |
animal_df |
A data frame of animal information output from pf_find_pets(). |
A leaflet map of the locations of animals provided.
1 2 3 4 5 | ## Not run:
pups <- pf_find_pets(token, type = "dog", breed = "corgi", location = "50014", distance = "150")
pf_map_locations(token, pups)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.