Watts-College / cpp-529-spr-2022

https://watts-college.github.io/cpp-529-spr-2022/
0 stars 2 forks source link

Final Dashbaord #24

Open VinoSuas opened 2 years ago

VinoSuas commented 2 years ago

Having an issue in the third page of the dashboard where I am not sure how the data is being gathered from the dataset to then be used. Under Median Home Values, mutate( q = ntile( get(input$home.value), 10 ) ) is throwing an error. I checked that mhv.2000, mhv.2010, mhv.change, and mhv.growth exist in the data set.

JasonSills commented 2 years ago

This is a bug in the code. Keep working at it, I'll show a stronger hint in Tuesday's lab session. I recommend comparing it to other code chunks.

JPRayes commented 2 years ago

@VinoSuas Did you figure out this issue? I'm still getting that error