plate_add_meta: Add {plater{ Formatted Metadata to a Dataset

View source: R/plate_metadata.R

plate_add_metaR Documentation

Add ⁠{plater{⁠ Formatted Metadata to a Dataset

Description

Add ⁠{plater{⁠ Formatted Metadata to a Dataset

Usage

plate_add_meta(data, file)

Arguments

data

A tibble::tibble() which contains a 'well' column, that will have the metadata added to it.

file

File patch to a {plater} formatted .csv file which contains the metadat information.

Value

a tibble::tibble()

Examples

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)

rforbiochemists/wellr documentation built on March 28, 2024, 4:26 a.m.