Description Usage Arguments Value Examples
View source: R/id_to_passage.R
Utility function that returns the passage number for each id.
1 | id_to_passage(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 passage number from each sample ID.
1 | df$passage <- id_to_passage(df$id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.