Learn R Programming

Xmisc (version 0.2.1)

R5.value.parse: R5.value.parse

Description

R5.value.parse

Usage

R5.value.parse(value, type, default = "list")

Arguments

value
the value passed to the parameter
type
the type of an R object
default
the default value

Value

ANY

Examples

Run this code
R5.value.parse(NULL,'logical')
R5.value.parse(1,'logical')

R5.value.parse(NULL,'hclust')
R5.value.parse(NULL,'dendrogram')
R5.value.parse(NULL,'formula')
R5.value.parse(NULL,'lm')

R5.value.parse(NULL,'character')
R5.value.parse("",'character')
## [1] ""

Run the code above in your browser using DataLab