fuse: Fuse multiple *c14_date_list*s

View source: R/c14_date_list_fuse.R

fuseR Documentation

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(...)

## Default S3 method:
fuse(...)

## S3 method for class 'c14_date_list'
fuse(...)

Arguments

...

objects of class c14_date_list

Value

an object of class c14_date_list

Examples

# fuse three identical example c14_date_lists
fuse(example_c14_date_list, example_c14_date_list, example_c14_date_list)


ISAAKiel/c14bazAAR documentation built on Feb. 6, 2024, 3:18 a.m.