View source: R/utils-extract-inline-rcode.R
extract_inline_rcode | R Documentation |
Replace all occurrences of inline R chunks with the evaluation of the code inside them for an arbitrarily complex string
extract_inline_rcode(str)
str |
The string to evaluate, containing zero or more instances of
|
A string, without any inline r chunks
extract_inline_rcode("Testing `r Sys.time()` one two")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.