Add adjustment factors to a dataset
norm_internal_adjust_not_ref(df, name, cols, adj_fct_df, adj_fct_cols)
Tibble or ArrowObject with the normalized dataset with additional columns "Project" and "Adj_factor".
The dataset to be normalized (required).
Project name of the dataset (required).
Named list of column names in the dataset (required).
Dataset containing the adjustment factors to be applied to
the dataset not_ref_df
(required).
Named list of column names in the dataset containing adjustment factors (required).
Klev Diamanti