brussels_reviews {udpipe} | R Documentation |
Reviews of AirBnB customers on Brussels address locations available at www.insideairbnb.com
Description
Reviews of AirBnB customers on Brussels address locations available at www.insideairbnb.com
More information: http://insideairbnb.com/get-the-data.html.
The data contains 500 reviews in Spanish, 500 reviews in French and 500 reviews in Dutch.
The data frame contains the field id (unique), listing_id which corresponds to the listing_id of
the brussels_listings
dataset and text fields feedback and language (identified with package cld2)
Data has been converted from UTF-8 to ASCII as in iconv(x, from = "UTF-8", to = "ASCII//TRANSLIT")
in order
to be able to comply to CRAN policies.
Source
http://insideairbnb.com/brussels: information of 2015-10-03
See Also
brussels_listings
, brussels_reviews_anno
Examples
data(brussels_reviews)
str(brussels_reviews)
head(brussels_reviews)
[Package udpipe version 0.8.11 Index]