Description Usage Arguments Value Examples
Filter a cleaned tibble based on user input
1 | data_filter(df, min_price, max_price, sqrt_ft, num_bedroom_input, city_input)
|
df |
tibble |
min_price |
number minimum price |
max_price |
number maximum price |
sqrt_ft |
number footage of the unit |
num_bedroom_input |
number number of bedrooms |
city_input |
char the chosen city |
tibble
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.