inst/app-olsrr/ui/ui_trans.R

tabPanel('Transform', value = 'tab_trans', icon = icon('rotate-right'),

    navlistPanel(id = 'navlist_trans',
        well = FALSE,
        widths = c(2, 10),

        source('ui/ui_seldata.R', local = TRUE)[[1]],
        source('ui/ui_transform2.R', local = TRUE)[[1]],
        source('ui/ui_select.R', local = TRUE)[[1]],
        source('ui/ui_filter.R', local = TRUE)[[1]]

    )
)

Try the xplorerr package in your browser

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

xplorerr documentation built on May 21, 2021, 9:08 a.m.