inst/application/ui/ui_homes.R

tabPanel('Home', value = 'tab_home_analyze', icon = icon('home'),
         
    navlistPanel(id = 'navlist_home',
        well = FALSE,
        widths = c(2, 10),

        source('ui/ui_dist_home.R', local = TRUE)[[1]]
    )
)

Try the nse2r package in your browser

Any scripts or data that you put into this service are public.

nse2r documentation built on Nov. 1, 2022, 5:05 p.m.