mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
24 lines
412 B
Text
24 lines
412 B
Text
|
% 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()
|
||
|
}
|