powered by
Type keyboard input by sending key press events.
type(string, failSafe = TRUE)
String to be typed.
Logical flag to allow for emergency stops. Default is TRUE.
TRUE
specialKey, delay
specialKey
delay
type("This is a sentence. Hello.") # types to R console type("Hello World!") # throws an error due to special character
Run the code above in your browser using DataLab