tripadvisor_places {sgat}R Documentation

Search for the n most popular places in a city according to Tripadvisor

Description

Search for the n most popular places in a city according to Tripadvisor

Usage

tripadvisor_places(ciudad, n.resultados = Inf)

Arguments

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

Value

Character vector with the names of the most popular places of the searched city or area according to Tripadvisor

Examples


## Not run: 
tripadvisor_places("Pinamar, Argentina", 10)

## End(Not run)

[Package sgat version 0.9 Index]