mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 13:29:06 +02:00
docs
This commit is contained in:
parent
fde1a50140
commit
da37710d6b
3 changed files with 38 additions and 2 deletions
29
man/data_summary_gather.Rd
Normal file
29
man/data_summary_gather.Rd
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
% 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,
|
||||
palette.fun = viridisLite::viridis
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data.frame}
|
||||
|
||||
\item{palette.fun}{optionally use specific palette functions. First argument
|
||||
has to be the length.}
|
||||
|
||||
\item{fun}{summary function. Default is "class"}
|
||||
}
|
||||
\value{
|
||||
data.frame
|
||||
}
|
||||
\description{
|
||||
Data summary for printing visual summary
|
||||
}
|
||||
\examples{
|
||||
mtcars |> data_summary_gather()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue