Apply a recursive function to a nested list while preserving the classes of sublists

前端 未结 0 1627
无人共我
无人共我 2021-01-16 01:14

I have a nested list called inputs:

library(htmltools)
library(shiny)

inputs = tagList(
  selectInput(\'first\', \'FIRST\', letters), 
  checkb         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题