Description Usage Arguments Value Examples
View source: R/tripadvisor_places.R
Search for the n most popular places in a city according to Tripadvisor
1  | tripadvisor_places(ciudad, n.resultados = Inf)
 | 
ciudad | 
 City or area where you want the places' information  | 
n.resultados | 
 Maximum number of results to retrieve. If not specified, all results will be retrieved  | 
Character vector with the names of the most popular places of the searched city or area according to Tripadvisor
1 2 3 4  | ## Not run: 
tripadvisor_places("Pinamar, Argentina", 10)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.