Description Usage Arguments Value Examples
View source: R/priority_match.R
priority_match
This is a scraping function used to
sequentially check for the presence of keywords in an links in an html
document. If the keyword of interest is found, then the function returns
the link within which the keyword was found, otherwise it continues to
search for the next keyword in the vector.
1 |
x |
|
patterns |
|
If a match is found, the link string is returned. If no match is found
then NA
is returned.
1 2 3 | #library(scrapeML)
#get_url("www.google.com",tempfile())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.