collateral_extras {collateral}R Documentation

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

Description

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

Usage

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, ...)

[Package collateral version 0.5.2 Index]