set_col_type {thinkr} | R Documentation |
set a given coltype to each column in a data.frame
Description
set a given coltype to each column in a data.frame
Usage
set_col_type(dataset, col_type)
Arguments
dataset |
a data.frame |
col_type |
a character vector containing the class to apply |
Value
a data.frame
[Package thinkr version 0.16 Index]