?Syntax 명령어를 입력하면 연산자 우선순위 정보를 볼 수 있다.
:: ::: | access variables in a namespace |
$ @ | component / slot extraction |
[ [[ | indexing |
^ | exponentiation (right to left) |
- + | unary minus and plus |
: | sequence operator |
%any% |> | special operators (including %% and %/%) |
* / | multiply, divide |
+ - | (binary) add, subtract |
< > <= >= == != | ordering and comparison |
! | negation |
& && | and |
| || | or |
~ | as in formulae |
-> ->> | rightwards assignment |
<- <<- | assignment (right to left) |
= | assignment (right to left) |
? | help (unary and binary) |
'데이터 처리 도구 > R' 카테고리의 다른 글
R 기초 / 제어문, 사용자 정의 함수 (0) | 2022.08.11 |
---|---|
R 기초 / 패키지 사용하기 (0) | 2022.08.10 |
R 기초 / apply 함수 (0) | 2022.08.09 |