Learn R Programming

blit (version 0.1.0)

make_command: Helper function to create new command

Description

Helper function to create new command

Usage

make_command(name, fun, envir = caller_env())

Value

A function.

Arguments

name

A string of the function name.

fun

A function used to initialize the Command object.

envir

A environment used to bind the created function.