Learn R Programming

KeyboardSimulator (version 2.5.0)

keybd.type_string: Type a raw string

Description

Type a raw string base on a given string.

Usage

keybd.type_string(string)

Arguments

string

character. The string expected to output (case sensitive).

Examples

Run this code
# NOT RUN {
# Type 'Hello world!'
keybd.type_string("Hello world!")
# }

Run the code above in your browser using DataLab