mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
This commit is contained in:
parent
16adb622ee
commit
e9422a418b
17 changed files with 173 additions and 48 deletions
23
man/data_description.Rd
Normal file
23
man/data_description.Rd
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/helpers.R
|
||||
\name{data_description}
|
||||
\alias{data_description}
|
||||
\title{Ultra short data dascription}
|
||||
\usage{
|
||||
data_description(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{}
|
||||
}
|
||||
\value{
|
||||
character vector
|
||||
}
|
||||
\description{
|
||||
Ultra short data dascription
|
||||
}
|
||||
\examples{
|
||||
data.frame(
|
||||
sample(1:8, 20, TRUE),
|
||||
sample(c(1:8, NA), 20, TRUE)
|
||||
) |> data_description()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue