Learn R Programming

c14bazAAR (version 1.2.0)

fuse: Fuse multiple c14_date_lists

Description

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.

Usage

fuse(...)

# S3 method for default fuse(...)

# S3 method for c14_date_list fuse(...)

Arguments

...

objects of class c14_date_list

Value

an object of class c14_date_list

Examples

Run this code
# 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