Learn R Programming

collateral (version 0.5.2)

collateral_extras: 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 safely_mapped c(x, ...)

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

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

# S3 method for safely_mapped [(x, i)

# S3 method for quietly_mapped [(x, i)

# S3 method for peacefully_mapped [(x, i)

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

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

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

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

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

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

Arguments