View source: R/find_all_tags.R
find_all_tags | R Documentation |
Check any lines for images or links and return the line numbers and values.
find_all_tags(lines = NULL, tag = c("img", "link"))
lines |
Read lines, default is NULL & typically used with output of handle_rmd_path. |
tag |
The type of tag to be searched. Valid values are "img" or "link". |
A named vector with line numbers of any found images and their values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.