create_param: Create a parameter

Description Usage Arguments Value Examples

View source: R/create_param.R

Description

Create a parameter

Usage

1
create_param(value = 1, indexes, desc)

Arguments

value

a numeric vector with the value(s) to fill the array.

indexes

a named list with the indexes of the array.

desc

variable description.

Value

A named list with the values and type for the variable.

Examples

1
2
3
4
5
6
7
C <- c("sec1", "sec2", "sec3")

create_param(
 value = 1,
 indexes = list(C = C),
 desc = "Parameter description"
)

paulofelipe/emr documentation built on July 23, 2021, 7:31 p.m.