Learn R Programming

templr (version 0.2-0)

parse.algorithm: Parse algorithm file and returns its (header) indos and methods

Description

Parse algorithm file and returns its (header) indos and methods

Usage

parse.algorithm(file)

Value

list of header infos and environment containing methods <constructor>,getInitialDesign,getNextDesign,displayResults

Arguments

file

Template algorithm file to parse

Examples

Run this code
parse.algorithm(system.file("Brent.R", package="templr"))

Run the code above in your browser using DataLab