merging_by_sample: Merge datasets by sample

View source: R/parsing_raw_data.R

merging_by_sampleR Documentation

Merge datasets by sample

Description

Merge datasets by sample

Usage

merging_by_sample(vector_w_dataframes, run_date)

Arguments

vector_w_dataframes

Character vector with the name of the datasets to merge. Each dataset MUST contain at least one column called "Sample" that is common between them.

run_date

Character vector with the date in the format "yy-mm-dd" as given by refsamp::get_run_date()

Value

Tibble with the different datasets provided in vector_w_dataframes bound by the 'Sample' column.


AleSR13/refsampr documentation built on May 30, 2022, 5:42 a.m.