
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.
If FALSE
, terminal won't be brought to front.
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