Description Usage Arguments Details Value Examples
Coerce to openadd object
| 1 | 
| country | (characater) Country name | 
| state | (characater) State (or province) name | 
| city | (characater) City name | 
| ... | ignored | 
This is a helper function to let the user specify what they want
with any combination of country, state, and city - the output of which
can be passed to oa_get() to get data.
If your search results in more than 1 result, we stop with message to refine your search.
an object of class openadd
| 1 2 3 4 5 6 7 | ## Not run: 
as_openadd(country="us", state="nv", city="las_vegas")
# too coarse, will ask you to refine your search
# as_openadd(country="us", state="mi", city="detroit")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.