keep_values | R Documentation |
This function extracts values before the semicolon from a ";"-separated string.
keep_values(input)
input |
A character vector with ";"-separated strings |
A list of values before the semicolon in the input
input = c("A;var1", "B;var1", "C;var1")
values = keep_values(input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.