View source: R/parsing_raw_data.R
merging_by_sample | R Documentation |
Merge datasets by sample
merging_by_sample(vector_w_dataframes, run_date)
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() |
Tibble with the different datasets provided in vector_w_dataframes bound by the 'Sample' column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.