View source: R/plate_metadata.R
plate_add_meta | R Documentation |
{plater{
Formatted Metadata to a DatasetAdd {plater{
Formatted Metadata to a Dataset
plate_add_meta(data, file)
data |
A tibble::tibble() which contains a 'well' column, that will have the metadata added to it. |
file |
File patch to a |
a tibble::tibble()
file_data <- system.file(
"extdata",
"20220929_1steptimer20.csv",
package = "wellr"
)
file_meta <- system.file(
"extdata",
"20220929_1steptimer20_metainfo.csv",
package = "wellr"
)
plate_read_biotek(file_data) |>
plate_add_meta(file_meta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.