mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
decumented package
This commit is contained in:
parent
2588cf2b4f
commit
49695a5f41
13 changed files with 284 additions and 3 deletions
20
man/overview_vars.Rd
Normal file
20
man/overview_vars.Rd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/data-summary.R
|
||||
\name{overview_vars}
|
||||
\alias{overview_vars}
|
||||
\title{Create a data overview data.frame ready for sparklines}
|
||||
\usage{
|
||||
overview_vars(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data}
|
||||
}
|
||||
\value{
|
||||
data.frame
|
||||
}
|
||||
\description{
|
||||
Create a data overview data.frame ready for sparklines
|
||||
}
|
||||
\examples{
|
||||
mtcars |> overview_vars()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue