Learn R Programming

pubmed.mineR (version 1.0.11)

input_for_find_intro_conc_html: fetch the abstracts using E-utilities.

Description

it helps in searching and fetching the abstracts from E-utilities using PMIDs.

Usage

input_for_find_intro_conc_html(y, all)

Arguments

y

an S4 object of class Abstracts

all

is logical if true, will include title and author otherwise only abstracts.

Value

a list containing abstracts and PMID

Details

it takes ans S4 object as input and uses its PMIDs to fetch the abstracts from E-utilities. The output will be used as inout for find_intro_conc_html as it contains neat data i.e. abstracts only.

References

literature/http:/eutils.ncbi.nlm.nih.gov/

See Also

find_intro_conc_html

Examples

Run this code
# NOT RUN {
test=input_for_find_intro_conc_html(abs)
# }
# NOT RUN {
## here 'abs' is an S4 object of class Abstracts.
# }

Run the code above in your browser using DataLab