find_all_tags {accessrmd} | 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.