Learn R Programming

rosr (version 0.0.10)

read_eq: Read equations from a file

Description

Read equations from a file

Usage

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

Run this code
# NOT RUN {
eq_file <- file.path(system.file(package = "rosr"), "skeleton/equation/rosr-eq.Rmd")
eqs <- read_eq(eq_file)
# }

Run the code above in your browser using DataLab