mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled
21 lines
393 B
R
21 lines
393 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/data-summary.R
|
|
\name{class_icons}
|
|
\alias{class_icons}
|
|
\title{Get data class icons}
|
|
\usage{
|
|
class_icons(x)
|
|
}
|
|
\arguments{
|
|
\item{x}{character vector of data classes}
|
|
}
|
|
\value{
|
|
list
|
|
}
|
|
\description{
|
|
Get data class icons
|
|
}
|
|
\examples{
|
|
"numeric" |> class_icons()|> str()
|
|
mtcars |> sapply(class) |> class_icons() |> str()
|
|
}
|