mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
27 lines
343 B
JSON
27 lines
343 B
JSON
{
|
|
"name": "code_r",
|
|
"leftToRight": true,
|
|
"words": [
|
|
"if",
|
|
"for",
|
|
"FALSE",
|
|
"NA_integer_",
|
|
"return",
|
|
"else",
|
|
"in",
|
|
"NULL",
|
|
"NA_real_",
|
|
"repeat",
|
|
"next",
|
|
"Inf",
|
|
"NA_complex_",
|
|
"while",
|
|
"break",
|
|
"NaN",
|
|
"NA_character_",
|
|
"function",
|
|
"TRUE",
|
|
"NA",
|
|
"..."
|
|
]
|
|
}
|