util_fix_merge_dups {dataquieR} | R Documentation |
Fix results from merge
Description
this function handles the result of merge()
-calls, if no.dups = TRUE
and
suffixes = c("", "")
Usage
util_fix_merge_dups(dfr, stop_if_incompatible = TRUE)
Arguments
dfr |
data frame to fix |
stop_if_incompatible |
logical stop if data frame can not be fixed |
See Also
Other data_management:
util_assign_levlabs()
,
util_check_data_type()
,
util_check_group_levels()
,
util_compare_meta_with_study()
,
util_dichotomize()
,
util_merge_data_frame_list()
,
util_rbind()
,
util_remove_na_records()
,
util_replace_hard_limit_violations()
,
util_round_to_decimal_places()
,
util_study_var2factor()
,
util_table_of_vct()
[Package dataquieR version 2.5.1 Index]