rstudio / fontawesome

Easily insert FontAwesome icons into R Markdown docs and Shiny apps
https://rstudio.github.io/fontawesome/
Other
296 stars 39 forks source link

dynamicUI #124

Open Elena983 opened 1 week ago

Elena983 commented 1 week ago

Hi

how would I use it in dynamicUI

function like this

output$target_ui <- renderUI({
    req(combined_processing())  

    make_ui(combined_processing()$target_genes, "Targets")
  })