To convert shell commands into giftwrapped functions
wrap_commands(
...,
env = parent.frame(),
base_remove = NULL,
use_namespace = NULL
)
shell commands to be turned into giftwrapped functions
the environment in which the function should be created
remove the base from the function name by adding the base name here
a character string of a namespace to use for the resulting functions
A function or functions exported to the specified environment