ParseTextList: 'ParseTextList'

View source: R/utilites.R

ParseTextListR Documentation

ParseTextList

Description

Parse a string of the form "pet: cat, dog, rat", i.e., list name followed by a colon and a comma-separated list of elements. Double quotes are used to escape : and ,

Usage

ParseTextList(string)

Arguments

string

A character to be converted.

Value

A list containing the name and elements.


Displayr/flipU documentation built on March 2, 2024, 4:35 a.m.