Presentation
11/13/2017
Explore fair market rents for 2018 in every county in the U.S.
shinyUI(fluidPage(
fluidPage(
titlePanel("Fair Market Rent Explorer - 2018 Rates. Created 11/13/2017"),
fluidRow(
column(3,
h3("Choose Attributes"),
selectInput("bedrooms", "Number of Bedrooms",
choices=c(0, 1, 2, 3, 4), selected=0, multiple=FALSE),
selectInput("states", "State/Territory", states1)
)))))
<!–html_preserve–>