What R symbols map to English translations? What are those translations? Please add comments with ideas to expand this list.
| r |
eng |
| <- |
gets |
| -> |
into |
| = |
is |
| %>% |
then |
| %in% |
matches |
| | |
or |
| ! |
not |
| ? |
search help for |
| ~ |
by |
| ( |
open parenthesis |
| ) |
close parenthesis |
| [ |
open square bracket |
| ] |
close square bracket |
| { |
open curly brace |
| } |
close curly brace |
See gram.y file, cmd+F 'YYENGLISH 8'.
What R symbols map to English translations? What are those translations? Please add comments with ideas to expand this list.
See gram.y file, cmd+F 'YYENGLISH 8'.