do_: Make a cached function call (concurrently) and assignment

Description Usage Examples

View source: R/core_public.R

Description

This is a convenience wrapper around cachedCallConcur.

Usage

1
do_(..fun.., ...)

Examples

1
2
3
do_(mean, x=1:10)
# is an equivalent of
.mean <- cachedCallConcur(mean, x=1:10)

alekrutkowski/cacheflow documentation built on Sept. 3, 2021, 7:10 p.m.