Open lindaalvarez opened 9 months ago
@lindaalvarez - have you installed Shiny and Flexdashboard?
@lindaalvarez Hello, Just wondering if you figured this out?
@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
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