Description Usage Arguments Value Examples
View source: R/searchLocation.R
Lets Airbnb parse a given input location and return listings in that location.
1 2 | searchLocation(location, verbose = TRUE, metadata.only = FALSE,
client.id = "d306zoyjsyarp7ifhu67rjxn52tv0t20")
|
location |
a character string representing the desired search region. |
verbose |
a boolean indicating whether or not to print status updates. |
metadata.only |
a boolean indicating whether or not to return just metadata (no listings). |
client.id |
a string represting your own Airbnb API key. Ours has been provided for convenience. |
named list containing various search outputs.
1 | searchLocation("IRS Regional Examination Center, Peoria, IL")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.