README.md

tripR

A package for scraping ratings and reviews from Tripadvisor

By default, tripR reads all pages containing reviews of a particular business.

Set page_lim (optional), if you only want to scrape a specific number of pages.

Set company_name (optional), if you want to include a name in the data frame.

Use get_reviews() to fetch reviews of a particular business.

example:

data <- get_reviews("landing_page_url", page_lim = NULL, company_name = NULL)


PeerChristensen/tripR documentation built on Aug. 9, 2019, 8:49 p.m.