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

25
man/add_class_icon.Rd Normal file
View file

@ -0,0 +1,25 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data-summary.R
\name{add_class_icon}
\alias{add_class_icon}
\title{Convert class grid column to icon}
\usage{
add_class_icon(grid, column = "class")
}
\arguments{
\item{grid}{grid}
\item{column}{column}
}
\value{
datagrid
}
\description{
Convert class grid column to icon
}
\examples{
mtcars |>
overview_vars() |>
toastui::datagrid() |>
add_class_icon()
}