Description Usage Arguments Details Value Examples
View source: R/medline_from_scopus.R
Convert scopus searches by complete_scopus_search or standard_scopus_search to medline bibliography format.
1 2 3 4 5 6 7 | medline_from_scopus(x)
## S3 method for class 'scopus_complete'
medline_from_scopus(x)
## S3 method for class 'scopus_standard'
medline_from_scopus(x)
|
x |
An object of class |
Methods are provided for both "STANDARD" and "COMPLETE" views on Scopus.
an object of class medline
1 2 3 4 | ## Not run:
medline_from_scopus(scopus_search("machine learning", 2))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.