clean_data_frame | R Documentation |
Standardize data frame columns and data types
clean_data_frame(df, columns_to_skip = NULL)
df |
Data frame to clean |
columns_to_skip |
Specify column heading to skip. All other columns not named 'compound', 'formula', and 'isotopelabel' will be assumed to be sample names. |
"cleaned" data.frame which with columns 'compound', 'formula', 'isotope_label', label_index', followed by columns for each sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.