joindata {iNZightTools} | R Documentation |
Join data with another dataset
joindata(
.data,
imported_data,
origin_join_col,
import_join_col,
join_method,
left,
right
)
.data |
Original data |
imported_data |
Imported dataset |
origin_join_col |
column selected from the original data |
import_join_col |
column selected from the imported dataset |
join_method |
function used to join the two datasets |
left |
suffix name assigned to the original dataset |
right |
suffix name assigned to the imported dataset |
joined dataset