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