castForDisplay: Cast columns in data.frame to editable types in datatable
Description
Cast columns in data.frame to editable types in datatable
Usage
castForDisplay(data, cols = colnames(data))
Value
data.frame with some columns cast to another type
Arguments
- data
data.frame
- cols
character columns to perform casting on.