Learn R Programming

rosr (version 0.0.10)

eq: Insert an equation.

Description

Insert an equation.

Usage

eq(
  eqs = NULL,
  label = NULL,
  number = NULL,
  style = c("numbered", "display", "inline", "none"),
  skip = 6,
  if_copy = TRUE
)

Arguments

eqs

Character. The path to the equation text file, or a data frame of the equations.

label

Character. The label of the equation.

number

integer. The number of the equation.

style

character. The style of the equation.

skip

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

if_copy

logical. Whether copy the equation into the clipboard.

Value

A string of the equation.

Examples

Run this code
# NOT RUN {
eq()
# }

Run the code above in your browser using DataLab