colClass_as: colClass_as

View source: R/colClass_as.R

colClass_asR 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"))
}


guiplot documentation built on Sept. 3, 2023, 5:07 p.m.

Related to colClass_as in guiplot...