colClass_as {guiplot}R Documentation

colClass_as

Description

colClass_as

Usage

colClass_as(data, type)

Arguments

data

data.frame only. The dataset to be modified

type

Vector of strings. Only four class are supported c("logical","numeric","factor","character")

Value

data.frame.

Examples

if (interactive()) {
# Launch with built-in PK data set:
colClass_as(PK,c("character","numeric","factor","character"))
}


[Package guiplot version 0.5.0 Index]