TADA_FormatDelimitedString: Convert a delimited string to the format used by WQX 3.0...

View source: R/Utilities.R

TADA_FormatDelimitedStringR Documentation

Convert a delimited string to the format used by WQX 3.0 profiles for one-to-manys

Description

This utility function takes a delimited string of entities, and a delimiter (which defaults to a comma) and returns a new string in the WQX 3.0 format of c("StringA","StringB").

Usage

TADA_FormatDelimitedString(delimited_string, delimiter = ",")

Arguments

delimited_string

Character argument. Should be a string delimited by the character passed in the delimiter parameter.

delimiter

Character argument The character used to delimit the string passed in delimited_string. Defaults to a comma.

Value

String.


USEPA/TADA documentation built on April 12, 2025, 1:47 p.m.