extract_first_part: Extract the first part of a string by splitting it at tab...

View source: R/utils.R

extract_first_partR 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.


shinyWGD documentation built on April 4, 2025, 2:28 a.m.