View source: R/transform-files.R
| split_roxygen_segments | R Documentation |
Split text into roxygen and non-roxygen example segments
split_roxygen_segments(text, roxygen_examples)
text |
Roxygen comments |
roxygen_examples |
Integer sequence that indicates which lines in |
A list with two elements:
A list that contains elements grouped into roxygen and non-roxygen
sections. This list is named separated.
An integer vector with the indices that correspond to roxygen code
examples in separated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.