Learn R Programming

rsam (version 0.1.0)

KEYS: Keyboard Validation

Description

List containing keyboard keys

Usage

KEYS

Arguments

Format

A list with 99 elements of class 'key'

Details

key class has a '.+' method so keys can be appended to each other

Examples

Run this code
# NOT RUN {
base_key <- KEYS$`left command/window key`
base_key
base_key + KEYS$shift + KEYS$i
base_key + KEYS[2:9]

# }

Run the code above in your browser using DataLab