Description Usage Arguments Examples
Given output from searchLocation
, produces
summary charts based on metadata and results.
1 2 3 4 5 | describeMetadata(content, facet = "bedrooms")
describeResults(content)
showMap(content)
|
content |
The output of |
facet |
Which facet you'd like to plot. One of c("bedrooms", "beds", "bathrooms", "room.type", "hosting.amenities"). |
1 2 3 4 5 6 | data("zip10019", package = "Rbnb")
describeMetadata(zip10019)
describeResults(zip10019)
showMap(zip10019)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.