str2list: Convert a Character String to a List

View source: R/helpers.R

str2listR Documentation

Convert a Character String to a List

Description

This internal function converts a character string representing R arguments into a list of arguments. It is primarily used to facilitate the passing of additional arguments from the Shiny UI to internal functions within the app.

Usage

str2list(arg_str)

Arguments

arg_str

A character string representing R arguments.

Value

A list containing the arguments represented by arg_str. If arg_str is not a valid representation of R arguments, the function will throw an error.


mmirestriktor documentation built on June 24, 2024, 1:07 a.m.