position_of_string {TeXCheckR} | R Documentation |
Position of strings
Description
Position of strings
Usage
position_of_string(tex_line_split, command_split, end = TRUE)
positions_of_all_strings(tex_line, command_name, end = TRUE)
Arguments
tex_line_split |
A split line (via |
command_split |
The string the position of which is desired, split (via |
end |
(logical) Should the position of the end of the string.
By default, |
tex_line |
A line of text. |
command_name |
The string the position of which is desired. |
Value
The end (or start if end = FALSE) of the location of command
[Package TeXCheckR version 0.8.1 Index]