chatty: FO: chatty

Description Usage Examples

Description

This FO can print the first parameter when processing.

Usage

1
chatty(f)

Examples

1
2
3
4
5
f <- function(x) x^2
chatty(f)(5)

s <- c(3,2,1)
vapply(s, chatty(f), numeric(1))

ahorawzy/usefulr documentation built on May 9, 2019, 7:31 p.m.