collateral_extras: Additional functions required to integrate 'map_safely' and...

Description Usage

Description

Additional functions required to integrate map_safely and map_quietly with the pillar package.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
safely_mapped(x)

quietly_mapped(x)

peacefully_mapped(x)

as_safely_mapped(x)

as_quietly_mapped(x)

as_peacefully_mapped(x)

## S3 method for class 'safely_mapped'
c(x, ...)

## S3 method for class 'quietly_mapped'
c(x, ...)

## S3 method for class 'peacefully_mapped'
c(x, ...)

## S3 method for class 'safely_mapped'
x[i]

## S3 method for class 'quietly_mapped'
x[i]

## S3 method for class 'peacefully_mapped'
x[i]

## S3 method for class 'safely_mapped'
format(x, ...)

## S3 method for class 'quietly_mapped'
format(x, ...)

## S3 method for class 'peacefully_mapped'
format(x, ...)

## S3 method for class 'safely_mapped'
print(x, ...)

## S3 method for class 'quietly_mapped'
print(x, ...)

## S3 method for class 'peacefully_mapped'
print(x, ...)

collateral documentation built on Oct. 25, 2021, 9:08 a.m.