2025-06-26 09:22:00 +02:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
|
% Please edit documentation in R/visual_summary.R
|
|
|
|
|
\name{data_summary_gather}
|
|
|
|
|
\alias{data_summary_gather}
|
|
|
|
|
\title{Data summary for printing visual summary}
|
|
|
|
|
\usage{
|
|
|
|
|
data_summary_gather(
|
|
|
|
|
data,
|
|
|
|
|
summary.fun = class,
|
2025-09-25 10:07:19 +02:00
|
|
|
palette.fun = viridisLite::viridis,
|
|
|
|
|
na.label = "NA",
|
|
|
|
|
...
|
2025-06-26 09:22:00 +02:00
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
\arguments{
|
|
|
|
|
\item{data}{data.frame}
|
|
|
|
|
|
2025-09-25 10:07:19 +02:00
|
|
|
\item{summary.fun}{fun for summarising}
|
|
|
|
|
|
2025-06-26 09:22:00 +02:00
|
|
|
\item{palette.fun}{optionally use specific palette functions. First argument
|
|
|
|
|
has to be the length.}
|
|
|
|
|
|
2025-09-25 10:07:19 +02:00
|
|
|
\item{na.label}{label for NA}
|
|
|
|
|
|
|
|
|
|
\item{...}{overflow}
|
2025-06-26 09:22:00 +02:00
|
|
|
}
|
|
|
|
|
\value{
|
|
|
|
|
data.frame
|
|
|
|
|
}
|
|
|
|
|
\description{
|
|
|
|
|
Data summary for printing visual summary
|
|
|
|
|
}
|
|
|
|
|
\examples{
|
2025-11-19 11:22:47 +01:00
|
|
|
mtcars |> data_summary_gather() |> names()
|
2025-06-26 09:22:00 +02:00
|
|
|
}
|