map: Map the values in the container to new values suing 'fun()'

Description Usage Arguments Value

View source: R/s3.R

Description

Map the values in the container to new values suing fun()

Usage

1
map(container, fun)

Arguments

container

The container to map.

fun

A function that returns a new value for each value in the container.

Value

The container with the values transformed using map.


bobjansen/recollections documentation built on Feb. 13, 2022, 1:30 p.m.