mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run
22 lines
395 B
R
22 lines
395 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/helpers.R
|
|
\name{factorize}
|
|
\alias{factorize}
|
|
\title{Factorize variables in data.frame}
|
|
\usage{
|
|
factorize(data, vars)
|
|
}
|
|
\arguments{
|
|
\item{data}{data.frame}
|
|
|
|
\item{vars}{variables to force factorize}
|
|
}
|
|
\value{
|
|
data.frame
|
|
}
|
|
\description{
|
|
Factorize variables in data.frame
|
|
}
|
|
\examples{
|
|
factorize(mtcars, names(mtcars))
|
|
}
|