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 Jan. 13, 2026, 9:07 a.m.