powered by
This function combines c14_date_lists with dplyr::bind_rows(). This is not a joining operation and it therefore might introduce duplicates. See c14bazAAR::mark_duplicates() and c14bazAAR::remove_duplicates() for a way to find and remove them.
dplyr::bind_rows()
c14bazAAR::mark_duplicates()
c14bazAAR::remove_duplicates()
fuse(...)# S3 method for default fuse(...)# S3 method for c14_date_list fuse(...)
# S3 method for default fuse(...)
# S3 method for c14_date_list fuse(...)
objects of class c14_date_list
an object of class c14_date_list
# NOT RUN { # fuse three identical example c14_date_lists fuse(example_c14_date_list, example_c14_date_list, example_c14_date_list) # }
Run the code above in your browser using DataLab