ciftiTools (version 0.1.6.0)

get_kwargs: 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