get_kwargs {fMRItools} | R Documentation |
Get kwargs
Description
Get the names of the arguments of a function as a character vector.
Usage
get_kwargs(fun)
Arguments
fun |
The function to get the argument names for. |
Value
The names of the arguments of fun
as a character vector
[Package fMRItools version 0.6.0 Index]