ExtractField | R Documentation |
Parses a string (usually a cell name) and extracts fields based on a delimiter
ExtractField(string, field = 1, delim = "_")
string |
String to parse. |
field |
Integer(s) indicating which field(s) to extract. Can be a vector multiple numbers. |
delim |
Delimiter to use, set to underscore by default. |
A new string, that parses out the requested fields, and (if multiple), rejoins them with the same delimiter
ExtractField('Hello World', field = 1, delim = '_')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.