Description Usage Arguments Value See Also Examples
View source: R/create_bibliography.R
This function creates bibliography-class
object. Methods are defined to manage sources of different types.
1 2 3 4 5 6 7 8 9 10 | create_bibliography(retrieved_object)
## Default S3 method:
create_bibliography(retrieved_object)
## S3 method for class 'medline'
create_bibliography(retrieved_object)
## S3 method for class 'scopus'
create_bibliography(retrieved_object)
|
retrieved_object |
Object output from a search. At the moment,
the only object managed by create_bibliography is |
An object of class bibliography-class
search_on_pubmed, search_on_scopus
1 2 3 4 5 | ## Not run:
create_bibliography(pubmed_search("machine learning", 2))
create_bibliography(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.