View source: R/sdtm_join.R View source: R/join.R
sdtm_join | R Documentation |
sdtm_join()
is a special join between a raw data set and a target data
set. This function supports conditioned data frames.
sdtm_join()
is a special join between a raw data set and a target data
set. This function supports conditioned data frames.
sdtm_join(raw_dat, tgt_dat = NULL, id_vars = oak_id_vars())
sdtm_join(raw_dat, tgt_dat = NULL, id_vars = oak_id_vars())
raw_dat |
The raw dataset: a dataframe or a conditioned data frame. Must
include the variables passed in |
tgt_dat |
Target dataset: a data frame or a conditioned data frame to be
merged against |
id_vars |
Key variables to be used in the join between the raw dataset
( |
A data frame, or a conditioned data frame if at least one of the input data sets is a conditioned data frame.
A data frame, or a conditioned data frame if, at least, one of the input data sets is a conditioned data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.