text_to_list: Convert Text Input to List

View source: R/ui_to_server.R

text_to_listR Documentation

Convert Text Input to List

Description

Convert Text Input to List

Usage

text_to_list(text_input)

Arguments

text_input

A text representation of a list.

Value

A list parsed from the input string.

Examples

# Create a named list
text_to_list("'one' = 1, 'two' = 2, 'three' = 3")

# Create a list of vectors
text_to_list("c('x1', 'x2'), c('x3', 'x4')")


mmints documentation built on April 3, 2025, 9:33 p.m.