R5.value.parse: R5.value.parse

Description Usage Arguments Value Author(s) Examples

Description

R5.value.parse

Usage

1
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

Author(s)

Xiaobei Zhao

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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] ""

Xmisc documentation built on May 2, 2019, 8:23 a.m.