Watts-College / paf-513-template

https://watts-college.github.io/paf-513-template/
MIT License
0 stars 0 forks source link

Lab 4 - Error With "Select Input" and "render plot" #10

Open lindaalvarez opened 7 months ago

lindaalvarez commented 7 months ago

Hello,

I am unfortunately having issues when trying to run my code. In the beginning, it states "Error: unexpected symbol in: "SelectInput( input$my_widget_id <- "Chicago White Sox" # user selected value inputId"

after writing down the code : SelectInput( input$my_widget_id <- "Chicago White Sox" # user selected value inputId="my_widget_id", label="My Shiny Widget", choices=c("New York Yankees","Boston Red Sox","Chicago White Sox"), selected="Chicago White Sox"
) I am also getting errors when trying to render the plot for the already written code. It simply says

"Error in renderPlot({ : could not find function "renderPlot"

I would greatly appreciate some help. Thank you very much @JasonSills

Screen Shot 2024-01-31 at 9 09 10 PM
JasonSills commented 7 months ago

@lindaalvarez - have you installed Shiny and Flexdashboard?

bbenall4 commented 6 months ago

@lindaalvarez Hello, Just wondering if you figured this out?

lindaalvarez commented 6 months ago

@JasonSills yes, thank you so much for checking in. I went ahead and emailed you about other issues I unfortunately encountered but worked my way through the code as best I could