inst/explorer/ui/css_from_arguments.R

# CSS from function arguments ---------------------------------------------

# Font size

if (!is.null(ui_options$font_size)) {
    shinyjs::inlineCSS(
        sprintf(
            ".boxed_doc_data_365, .boxed_doc_data_dok {font-size: %s;}",
            ui_options$font_size
        )
    )
}

Try the corporaexplorer package in your browser

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

corporaexplorer documentation built on June 20, 2022, 5:20 p.m.