powered by
Create a new Terminal.
terminalCreate(caption = NULL, show = TRUE)
The desired terminal caption. When NULL or blank, the terminal caption will be chosen by the system.
NULL
If FALSE, terminal won't be brought to front.
FALSE
The terminal identifier as a character vector (NULL if unable to create the terminal or the given terminal caption is already in use).
# NOT RUN { termId <- rstudioapi::terminalCreate('My Terminal') # } # NOT RUN { # }
Run the code above in your browser using DataLab