Description Usage Arguments Value Examples
View source: R/MetaDProcessing.R
Merges two dataframes, one is the output of the funct. PMetaData1 and the other comes from a xlsx file. Merging is done through the Maldi code. Therefore it is important to ensure error-free transcription of Maldi codes.
1 | MergeMetaData(df, Dp, filein, fileout, keyCode = "Maldi_code")
|
df: |
input dataframe (output of PMetaData1), Dp: folder containing the metadata files, |
filein: |
xlsx files for metadata |
fileout: |
csv file for both joined dataframes, |
keyCode: |
key code used for Dataframe merging, "Maldi_code" (Default) |
both dataframes joined in a new dataframe and an output csv file
1 | dfm<-MergeMetaData(Rn, "Bees project 2019-2020","Bees metadata.xlsx", "Filtered_Meta.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.