Internal helper for join_tabulated() that joins requested variables from
all tables that have the given (set of) identifier column(s).
join_by_identifier(
dir_data,
dd,
identifiers,
format = "parquet",
shadow = FALSE
)A tibble with the joined variables for the given (set of) identifier column(s).
character. Path to the directory with the data files in
.parquet or .tsv format.
tibble. Data frame with the data dictionary.
character (vector). Identifier column(s).
character. Data format (One of "parquet" or "tsv"; default:
"parquet").
logical. Whether to join the shadow matrix
instead of the data table (default: FALSE).