udpipe (version 0.3)

brussels_reviews: 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.

Arguments

See Also

brussels_listings, brussels_reviews_anno

Examples

Run this code
# NOT RUN {
data(brussels_reviews)
str(brussels_reviews)
head(brussels_reviews)
# }

Run the code above in your browser using DataCamp Workspace