itpetersen
About
- Username
- itpetersen
- Joined
- Visits
- 6
- Last Active
- Roles
- Member
Comments
-
Hi Elisa, Thanks for clarifying. I appreciate the request---however, I haven't created the survey yet. To find something it may eventually be similar to, see here: https://survey.inspire-project.info/ The GitHub code is here: https://github.com/edsa…
-
Hi Elisa, Thanks for your response. Here's some example code of a basic Shiny app (from here: https://mastering-shiny.org/basic-app.html): library(shiny) ui <- fluidPage( "Hello, world!" ) server <- function(input, output, session)…