@eagleoutice/flowr - v2.13.14
Preparing search index...
src/dataflow/internal/process/functions/call/built-in/built-in-purrr-formula
processPurrrFormula
Function processPurrrFormula
processPurrrFormula
<
OtherInfo
>
(
name
:
RSymbol
<
OtherInfo
&
ParentInformation
>
,
args
:
readonly
PotentiallyEmptyRArgument
<
OtherInfo
&
ParentInformation
>
[]
,
rootId
:
NodeId
,
data
:
DataflowProcessorInformation
<
OtherInfo
&
ParentInformation
>
,
config
:
BuiltInPurrrFormulaConfiguration
,
)
:
DataflowInformation
Support for R's purr formula:
map(df, ~ .x + 1)
.
Type Parameters
OtherInfo
Parameters
name
:
RSymbol
<
OtherInfo
&
ParentInformation
>
args
:
readonly
PotentiallyEmptyRArgument
<
OtherInfo
&
ParentInformation
>
[]
rootId
:
NodeId
data
:
DataflowProcessorInformation
<
OtherInfo
&
ParentInformation
>
config
:
BuiltInPurrrFormulaConfiguration
Returns
DataflowInformation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.13.14
Loading...
Support for R's purr formula:
map(df, ~ .x + 1).