Description Usage Arguments Value Examples
View source: R/id_to_treatment.R
Utility function that returns the treatment for each id.
1 | id_to_treatment(id)
|
id |
A character string or vector of character strings formatted as an Incucyte sample ID. |
A character string or vector of character strings containing the treatment from each sample ID.
1 | df$treatment <- id_to_treatment(df$id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.