powered by
These function helps to parse a character string into a list object and also creates parameters for performing multiple simulations
parse_parm(character_string, in_list = FALSE)
A character string for parameter where the items in a list is separated by semicolon. For example: 1, 2; 3, 4
TRUE if the result need to wrap in a list, default is FALSE
A list or a vector
# NOT RUN { parse_parm("1, 2; 3, 4") parse_parm("1, 2") # }
Run the code above in your browser using DataLab