addl_expt_attribute: Create a new column with additional experimental information.

Description Usage Arguments Value Examples

View source: R/consol_functions.R

Description

Create a new column with additional experimental information.

Usage

1
addl_expt_attribute(table, column, contents)

Arguments

table

A tibble

column

A character, the new column name

contents

A character, the new column contents

Value

A tibble with the appended column

Examples

1
mod_iris <- addl_expt_attribute(dplyr::as_tibble(iris), "flower_type", "iris")

JaclynSmith/qPCRr documentation built on Aug. 20, 2020, 1:40 p.m.