bare-type-predicates: Bare type predicates

Description Usage Arguments Details Value See Also Examples

Description

These predicates check for a given type but only return TRUE for bare R objects. Bare objects have no class attributes. For example, a data frame is a list, but not a bare list.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15

Arguments

x

object to be tested.

Details

Value

TRUE or FALSE

See Also

Other type.predicates: scalar-type-predicates, type-predicates

Examples

1
2
3
4

imanuelcostigan/predrcats documentation built on May 18, 2019, 4:45 a.m.