read.algorithm {templr} | R Documentation |
Read algorithm file and returns one header info
Description
Read algorithm file and returns one header info
Usage
read.algorithm(file, info = "help")
Arguments
file |
Template algorithm file to read |
info |
header info to return |
Value
list of header infos
Examples
read.algorithm(system.file("Brent.R", package="templr"),"help")
[Package templr version 0.2-0 Index]