Learn R Programming

templr (version 0.2-0)

list.results: Parse algorithm string result in R list

Description

Parse algorithm string result in R list

Usage

list.results(result)

Value

list of string parsed: extract XML or JSON content

Arguments

result

templated algorithm result string

Examples

Run this code
 list.results(paste0(
  "minimum is 0.523431237543406 found at ...",
  " 0.523431237543406 ",
  "[ 0.543459029033452,0.173028395040855 ]"))

Run the code above in your browser using DataLab