Description Usage Arguments Value Examples
Converts all columns of a data frame with type X to type Y.
1 | convDat(inputDF, searchType, targetType)
|
inputDF |
A data.frame |
searchType |
Type of the columns which have to be converted. |
targetType |
Type to which the columns with type "searchType" will be converted |
a data.frame with column types converted
1 | ## Not run: convDat(iris, is.factor, as.character)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.