tagvalue {stringr} R Documentation

parse the string text in format like ``tag{delimiter}value``

Description

Usage

tagvalue(string,
    delimiter = " ",
    trim.value = TRUE,
    as.list = FALSE);

Arguments

string

[as string]

delimiter

[as string]

trim.value

[as boolean]

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package stringr version 2.33.856.6961 Index]