vmap {doBy} | R Documentation |
Apply a function to each parsed variable name
Description
Apply a function to each parsed variable name
Usage
vmap(.vars, .f)
Arguments
.vars |
Variables to parse |
.f |
Function to apply to each name |
Value
A list of results
[Package doBy version 4.7.0 Index]