Error when developing a shiny app with quarto #5773
-
DescriptionI am trying to develop a shiny app for Species locations. Here is a reproducible example with the New Zeland data from the spData package. After running the quarto document I got the following message: Error: nz does not contain data
|
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jun 1, 2023
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mcanouil
-
@ManuelSpinola You can ask for help on Shiny at https://community.rstudio.com/ for example. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much.
El jue, 1 jun 2023 a las 4:00, Christophe Dervieux (<
***@***.***>) escribió:
… @ManuelSpinola <https://github.com/ManuelSpinola> You can ask for help on
Shiny at https://community.rstudio.com/ for example.
—
Reply to this email directly, view it on GitHub
<#5773 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFI3FB5P46BAP3TOXCFGMZ3XJBR5DANCNFSM6AAAAAAYWJRVXI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
***@***.*** ***@***.***>
***@***.***
Teléfono: (506) 8706 - 4662
Sitio web institucional: ICOMVIS
<http://www.icomvis.una.ac.cr/index.php/manuel>
Sitio web personal: Sitio personal <https://mspinola-sitioweb.netlify.app>
Blog sobre Ciencia de Datos: Blog de Ciencia de Datos
<https://mspinola-ciencia-de-datos.netlify.app>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your issue is not related to Quarto.
You should consider first trying your app as an app before integrating it into Quarto.
This being said,
input$Island
is not valid, because from your code, the only element ininput
is "nz".By the way, naming, the id of the input "nz", the dataset "nz", and the reactive value of the input "nz", does not seem to be the best idea for debugging, i.e., you can't really tell from an error message "nz" refers to what.