decumented package

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-01-16 11:45:04 +01:00
commit 49695a5f41
No known key found for this signature in database
13 changed files with 284 additions and 3 deletions

View file

@ -126,7 +126,7 @@ add_sparkline <- function(grid, column = "vals", color.main = "#2a8484", color.s
#'
#' @param data vector
#'
#' @returns
#' @returns logical
#' @export
#'
#' @examples
@ -233,6 +233,10 @@ create_overview_datagrid <- function(data) {
#' @export
#'
#' @examples
#' mtcars |>
#' overview_vars() |>
#' toastui::datagrid() |>
#' add_class_icon()
add_class_icon <- function(grid, column = "class") {
out <- toastui::grid_format(
grid = grid,