make_columns: Make columns from assorted shiny.tag elements Sorts...

View source: R/utils_ui.R

make_columnsR Documentation

Make columns from assorted shiny.tag elements Sorts shiny.tags into columns based on the maximum number of columns ('max_cols') per row

Description

Make columns from assorted shiny.tag elements Sorts shiny.tags into columns based on the maximum number of columns ('max_cols') per row

Usage

make_columns(x, max_cols = TRUE, fn = list(bs4Dash::box, bs4Dash::column)[[1]])

Arguments

x

(shiny.tags)

max_cols

(logical/integer) Either 'TRUE' **Default** for a default of 4 columns per row, 'FALSE' for no columns, or an integer indicating the max number of columns.

Value

(list(s))


COHHIO/RminorElevated documentation built on Nov. 14, 2024, 6:28 p.m.