var_extract: Extract variable names from XLS Form

Description Usage Arguments Value Examples

View source: R/xls_code_translation.R View source: R/xls_code_translation.R

Description

'convert_selected' extracts the variable from the XLS Form format of $variable.

'convert_selected' extracts the variable from the XLS Form format of $variable.

Usage

1
2
3
var_extract(string)

var_extract(string)

Arguments

string

String to be interpreted, should be of the format "${var}"

Value

String value of the variable, which can be parsed for use in filtering datasets. Works together with other internal functions to fully interpret relevant logic string from XLS Form coding in 'convert_relevant' and 'convert_calculate'.

String value of the variable, which can be parsed for use in filtering datasets. Works together with other internal functions to fully interpret relevant logic string from XLS Form coding in 'convert_relevant' and 'convert_calculate'.

Examples

1
2
3
var_extract("${supports_rebels}")

var_extract("${supports_rebels}")

caldwellst/kobold documentation built on April 28, 2020, 12:48 a.m.