extract_first_part | R Documentation |
This function takes a string and splits it at tab characters. It then returns the first part of the resulting character vector.
extract_first_part(name)
name |
The input string to be split. |
Returns the first part of the input string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.