shiny Download button does not have a label

buttons <- shiny::fluidPage(
    shiny::mainPanel(
      downloadButton("downloadData", "Download")))

buttons

In an RMD chunk titled context = "server", this code produces a download button without a label (It's really small and blank). What am I doing wrong? Is there a way to save the UI and call it later without messing up the button label?

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.