read.algorithm: Read algorithm file and returns one header info

View source: R/algorithm.R

read.algorithmR 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")

templr documentation built on Oct. 25, 2022, 5:05 p.m.