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