View source: R/plate_metadata.R
plate_read_meta | R Documentation |
{plater}
Formatted Metadata FileRead a {plater}
Formatted Metadata File
plate_read_meta(file, sep = ",")
file |
File path to a |
sep |
The separator for the |
a tibble::tibble()
file_meta <- system.file(
"extdata",
"20220929_1steptimer20_metainfo.csv",
package = "wellr"
)
plate_read_meta(file_meta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.