af {sasLM} | R Documentation |
Convert some columns of a data.frame to factors
Description
Conveniently convert some columns of data.frame into factors.
Usage
af(DataFrame, Cols)
Arguments
DataFrame |
a |
Cols |
column names or indices to be converted |
Details
It performs conversion of some columns in a data.frame
into factors conveniently.
Value
Returns a data.frame
with converted columns.
Author(s)
Kyun-Seop Bae k@acr.kr
[Package sasLM version 0.10.4 Index]