trans_block_to_wide | R Documentation |
Takes blocks and returns them in a wide format
trans_block_to_wide(
blocks,
wellnames_sep = "",
nested_metadata = NULL,
colnames_first = FALSE
)
blocks |
Blocks, either a single dataframe or a list of dataframes |
wellnames_sep |
String to use as separator for well names between
row name and column name (ordered according to
|
nested_metadata |
A logical indicating the existence of nested metadata
in the |
colnames_first |
In the wellnames created by paste-ing the rownames and column names, should the column names come first? |
A single wide-shaped dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.