Description Usage Arguments Details Value Examples
Extract cell with special text from vector
1 | extract_property(first_col, property_text = "Interval: ")
|
first_col |
character vector |
property_text |
character |
Extract cell with special text from vector
extracted value
1 2 | first_col <- c("Sex: male", "Interval: A", "Group: B")
extract_property(first_col, "Group: ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.