mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
decumented package
This commit is contained in:
parent
2588cf2b4f
commit
49695a5f41
13 changed files with 284 additions and 3 deletions
25
man/add_class_icon.Rd
Normal file
25
man/add_class_icon.Rd
Normal 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()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue