extract_optional_LaTeX_argument {TeXCheckR} | R Documentation |
Extract optional argument
Description
Extract optional argument
Usage
extract_optional_LaTeX_argument(
tex_lines,
command_name,
n = 1L,
by.line = FALSE
)
Arguments
tex_lines |
A character vector reading from a LaTeX document. |
command_name |
Name of command (without backslash) |
n |
Which optional argument to extract. |
by.line |
Should the output be one row per command ( |
[Package TeXCheckR version 0.8.1 Index]