param_string_2_tibble: converts string with parameter values to tibble

Description Usage Arguments Details Value Examples

View source: R/names_processing.R

Description

converts string with parameter values to tibble

Usage

1
param_string_2_tibble(param_string)

Arguments

param_string

character

Details

Converts string with parameter values to tibble. Parameters should be separated by comma.

Value

tibble with columns names equal to parameter names

Examples

1
param_string_2_tibble("q=3, p=4, v='ml', qur=mlp")

kassandra-ru/kassandr documentation built on Jan. 1, 2022, 7:39 a.m.