all.x = TRUE


logical; 

if TRUE, then extra rows will be added to the output, one for each row in x that has no matching row in y. 

These rows will have 'NA's in those columns that are usually filled with values from y. 

The default is FALSE, so that only rows with data from both x and y are included in the output.


TRUE이면 y에 일치하는 행이없는 x의 각 행에 하나씩 추가 행이 출력에 추가됩니다.

이 행은 대개 y 값을 채운 해당 열에서 'NA'을 갖습니다.

기본값은 FALSE이므로 x와 y의 데이터가있는 행만 출력에 포함됩니다.





출처: https://www.rdocumentation.org/packages/data.table/versions/1.11.4/topics/merge

+ Recent posts