Learn R Programming

guiplot (version 0.5.0)

colClass_as: colClass_as

Description

colClass_as

Usage

colClass_as(data, type)

Value

data.frame.

Arguments

data

data.frame only. The dataset to be modified

type

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

Examples

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

Run the code above in your browser using DataLab