read_eq: Read equations from a file

Description Usage Arguments Value Examples

View source: R/eq.R

Description

Read equations from a file

Usage

1
read_eq(eqs, skip = 6)

Arguments

eqs

character. The path of the equation file.

skip

integer. the number of lines of the data file to skip before beginning to read data.

Value

a data frame with equations

Examples

1
2
eq_file <- file.path(system.file(package = "rosr"), "skeleton/equation/rosr-eq.Rmd")
eqs <- read_eq(eq_file)

rosr documentation built on July 2, 2020, 2:28 a.m.

Related to read_eq in rosr...