dot-y-open-paren-.x-close-paren: helper function call '.y(.x)' for functional programming,...

Description Usage Arguments Value

Description

helper function call '.y(.x)' for functional programming, replacing 'purrr::at_depth(.x, 0, .y, ...)' which is deprecated.

Usage

1
".y(.x)"(.x, .y, ...)

Arguments

.x

The first argument for function/formula passed as '.y'.

.y

The function/formula to be called with argument '.x'.

...

Additional arguments to '.y()'.

Value

Whatever is returned from '.y(.x, ...)'.


cities-lab/tidytable1 documentation built on May 9, 2019, 4:54 a.m.