View source: R/core_linkage_functions.R
cascade_link | R Documentation |
Title
cascade_link(
tbl1,
tbl2,
link_instruction_tbl,
name_tags = c("", ""),
shrink_tbl1 = T,
shrink_tbl2 = T
)
tbl1 |
First table to join |
tbl2 |
Second table to join |
link_instruction_tbl |
A tibble of cascading join instructions |
name_tags |
Optional name tags to suffix common variables |
shrink_tbl1 |
Whether to shink first table as it is iteratively joined. Default TRUE. |
shrink_tbl2 |
Whether to shink second table as it is iteratively joined. Default TRUE. |
A tibble of the cascade-joined tables
cascade_link(ed_tbl, mvc_tbl, ed_mvc_linkage_plan_tbl, name_tags = c("ed","mvc"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.