Row-binds the same component across multiple cycles, enforcing that the
cycle column is present and handling variable name changes across cycles.
See also
nhanes_harmonize() which calls this internally and also renames
variables across cycles; nhanes_merge() to join components by SEQN;
nhanes_mortality_link() which expects a stacked data frame as input.
Examples
# \donttest{
demos <- nhanes_download("DEMO", c("2013-2014", "2015-2016", "2017-2018"))
stacked <- nhanes_stack(demos)
# }