Description Usage Arguments Value Examples
View source: R/consol_functions.R
Create a new column with additional experimental information.
1 | addl_expt_attribute(table, column, contents)
|
table |
A tibble |
column |
A character, the new column name |
contents |
A character, the new column contents |
A tibble with the appended column
1 | mod_iris <- addl_expt_attribute(dplyr::as_tibble(iris), "flower_type", "iris")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.