extract_first_part {shinyWGD} | R Documentation |
Extract the first part of a string by splitting it at tab characters.
Description
This function takes a string and splits it at tab characters. It then returns the first part of the resulting character vector.
Usage
extract_first_part(name)
Arguments
name |
The input string to be split. |
Value
Returns the first part of the input string.
[Package shinyWGD version 1.0.0 Index]