crawl_url | R Documentation |
Takes a publisher URL for an article, downloads the page code and extracts the first doi URL (i.e. a URL that contains 'doi.org').
crawl_url(url)
url |
A publisher or other URL for an article that does not contain a doi within the link. |
A character string corresponding to the DOI.
## Not run:
url <- 'https://www.sciencedirect.com/science/article/pii/S0048969703000068'
doi <- crawl_url(url)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.