tar_map2_group {tarchetypes} | R Documentation |
tar_group
variable to a tar_map2()
target.Append the tar_group
variable to a tar_map2()
target.
tar_map2_group(data, group)
data |
Data frame to be returned from the target. |
group |
Function on the data to return the |
For internal use only. Users should not invoke this function directly.
A data frame with a tar_group
column attached (if group
is not NULL
).