ciftiTools (version 0.14.0)

get_kwargs: Get kwargs

Description

Get the names of the arguments of a function as a character vector.

Usage

get_kwargs(fun)

Value

The names of the arguments of fun as a character vector

Arguments

fun

The function to get the argument names for.