Html output to display the the description of each function
问题 I am trying to build a r shiny app where the user will get to know about each function in just a click. For this I have coded below in R . But print(??input$A) is not working. Could anyone help please library(shinydashboard) library(readxl) out <- data.frame(baseFns = ls('package:base')) ui <- dashboardPage( dashboardHeader(title = "Loading data"), dashboardSidebar(sidebarMenu( menuItem("Analysis", tabName = "Analysis", icon = icon("chart-bar")) )), dashboardBody( tabItems(tabItem(tabName =