View source: R/positions_of_strings.R
position_of_string | R Documentation |
Position of strings
position_of_string(tex_line_split, command_split, end = TRUE)
positions_of_all_strings(tex_line, command_name, end = TRUE)
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. |
The end (or start if end = FALSE) of the location of command
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.