dot-delim_string_to_vector: Convert a delimited string to vector, utility function.

.delim_string_to_vectorR Documentation

Convert a delimited string to vector, utility function.

Description

Converts a delimited string to a stringlist annotation and adjust the associated schema in the portal fileview.

Usage

.delim_string_to_vector(string, sep, trim_ws = T)

Arguments

string

A character string.

sep

Default = ",". The delimiter in the character string.

trim_ws

Default = TRUE. Remove white space at the beginning and end of list items (e.g. "NF1, NF2" and "NF1,NF2" will yield the same STRING_LIST result).


nf-osi/nfportalutils documentation built on Sept. 15, 2024, 2:15 p.m.