extract_param_names: Extract parameter names

View source: R/extract.R

extract_param_namesR Documentation

Extract parameter names

Description

Extracts all words starting with "b_". Leverages the fact that all parameters has to start with "b_".

Usage

extract_param_names(string, simplify = FALSE)

Arguments

string

A character string

simplify

If TRUE return as a vector. Default is FALSE.

Value

A list or vector with the parameter names.


spdesign documentation built on Oct. 18, 2024, 5:07 p.m.