# NOT RUN {
# Use a default session to create a new library in the current working directory.
args <- list(create = NULL, library = NULL,
name = paste0(tempdir(), "/temp.ssim"),
package = "stsim")
output <- command(args, session = session(printCmd = TRUE))
output
# Three different ways to provide args to command
command(c("create", "help"))
command("--create --help")
command(list(create = NULL, help = NULL))
# }
Run the code above in your browser using DataLab