aliases: Internal Utilities These utilities are used internally and...

Description Usage Arguments Functions See Also

Description

Internal Utilities

These utilities are used internally and not exported. They are however documented for completeness

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
s(x, ...)

cl(x, new)

undim(x)

named(...)

clean_Rd(obj, ...)

get_attr(x, which, default = NULL, exact = TRUE)

forward_attributes(x, obj)

fwd(x, obj)

is_whitespace(x)

Arguments

x, obj

An object, any object.

...

passed on to other function(s).

new

the new class(es) to append.

which

name of the attribute to extract.

default

the default value to return if not found.

exact

exact or partial matching?

Functions

See Also

purrr::%||%()

base::attributes()


Rd documentation built on May 23, 2019, 9:03 a.m.

Related to aliases in Rd...