Hi there! I am running shinyapp.io to show my aplications on the web. I already have succesfully uploaded 2 apps to the platform, now I am with the third, following the same steps as before, but when I run it, it doesn´t show me any data, it appears that problem.
streaming means it should report any log as its being written, so you could go to browser and start your app. and look back in your console for what has happened
Hi nirgrahamuk, I did what you told me, and I am getting that function "select" and "%>$" are not found. I don´t know why, I have the dplyr library, I don´t know what else to do...
ui <- fluidPage(
titlePanel(title = h4("Ranking of COVID-19 Rates", align = "center")),
sidebarLayout(
sidebarPanel(
selectInput("data", "1- Select the data you want to know:", choices = c("Rate_confirmed_per_habitant", "Rate_deaths_per_habitant"), selected = "Rate_confirmed_per_habitant" ),
br(),
sliderInput("number", "2- Select the number of countries you want to rank:", min=5, max=20, value=10),
),