powered by
Send code to the R console and optionally execute it.
sendToConsole(code, execute = TRUE)
Character vector containing code to be executed.
TRUE to execute the code immediately.
TRUE
# NOT RUN { rstudioapi::sendToConsole(".Platform", execute = TRUE) # } # NOT RUN { # }
Run the code above in your browser using DataLab