Learn R Programming

iNZightTools (version 1.13.0)

joindata: Join data with another dataset

Description

Join data with another dataset

Usage

joindata(
  .data,
  imported_data,
  origin_join_col,
  import_join_col,
  join_method,
  left,
  right
)

Value

joined dataset

Arguments

.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