Description Usage Arguments Details Value Examples
View source: R/convertColumnTypes.R
"Converts all columns of a data frame with type X to type Y."
1 | convertColumnTypes(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 |
Untertitel
inputDF as a data.table
1 | ## Not run: dt=dfTodt(as.data.frame(matrix(1:100, ncol=10)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.