Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

186
Vistas
Diferencia entre escribir código JS/HTML en un archivo .HTML y shiny

Cuando escribo el siguiente código en .html y lo ejecuto, funciona bien

 <h1>Change the HTML content</h1> <h2 id="hcontent">Hello Manu</h2> <h3>Welcome</h3> <button type="button" onclick="document.getElementById('hcontent').innerHTML='Hello Mr. Manu'">Click here</button>

Pero, cuando escribo lo mismo en shiny, no lo hace. ¿Alguien puede ayudarme sobre cómo ejecutarlo?

 library(shiny) library(shinyjs) # source("myfun.R") ui <- fluidPage( useShinyjs(), tags$head(HTML("<h1> Chnge the html content </h1> <h2 id = 'hcontent'> Hello Vinay </h2> <h3> Welcome </h3> <button type = 'button' onclick='document.getElementById('hcontent').innerHTML='Hello Mr Vinay'>Click here </button>")) ) server <- function(input, output, session) { } shinyApp(ui, server)
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

El problema eran las comillas. Prueba lo siguiente

 HTML("<h1>Change the HTML content</h1> <h2 id=\"hcontent\">Hello Vinay</h2> <h3>Welcome</h3> <button type=\"button\" onclick='document.getElementById(\"hcontent\").innerHTML=\"Hello Mr. Vinay\"'>Click here</button>") )

No use tags$head() porque eso colocará el código en la etiqueta <head>

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda