airbnb_listing: List the aibnb housing options from data based on the number...

Description Usage Arguments Value Examples

Description

List the aibnb housing options from data based on the number of bedrooms num_bedrooms that fall with budget with given range.

Usage

1
airbnb_listing(data, num_bedrooms, budget, range = budget * 0.2)

Arguments

data

the airbnb dataset from a given city

num_bedrooms

Number of bedrooms

budget

Budget in currency from data

range

Range for prices

Value

A data frame containing the bedrooms under the description's criteria

Examples

1
airbnb_listing(amsterdam_airbnb, 2, 100, 10)

jlee66/Airbnb documentation built on May 13, 2019, 1:37 a.m.