castForDisplay {editbl}R Documentation

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))

Arguments

data

data.frame

cols

character columns to perform casting on.

Value

data.frame with some columns cast to another type

Author(s)

Jasper Schelfhout


[Package editbl version 1.0.4 Index]