create_bibliography: Create bibliography

Description Usage Arguments Value See Also Examples

View source: R/create_bibliography.R

Description

This function creates bibliography-class object. Methods are defined to manage sources of different types.

Usage

 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)

Arguments

retrieved_object

Object output from a search. At the moment, the only object managed by create_bibliography is medline, as produced by search_on_pubmed or search_on_scopus .

Value

An object of class bibliography-class

See Also

search_on_pubmed, search_on_scopus

Examples

1
2
3
4
5
## Not run: 
    create_bibliography(pubmed_search("machine learning", 2))
    create_bibliography(scopus_search("machine learning", 2))

## End(Not run)

CorradoLanera/bibsearch documentation built on Jan. 1, 2020, 10:24 p.m.