Description Usage Arguments Value Examples
Read equations from a file
1 | read_eq(eqs, skip = 6)
|
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. |
a data frame with equations
1 2 | eq_file <- file.path(system.file(package = "rosr"), "skeleton/equation/rosr-eq.Rmd")
eqs <- read_eq(eq_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.