Learn R Programming

pubmed.mineR (version 1.0.3.1)

find_intro_conc_html: To find the introduction and conclusion from the abstracts.

Description

it helps to fetch the introduction and conclusion part from the abstracts.

Usage

find_intro_conc_html(y, themes, all)

Arguments

y
and S4 object of class Abstracts
themes
a character vector containing terms to be search in the abstracts
all
is logical if true, will include title and author otherwise only abstracts will be considered.

Value

  • an HTML file.

Details

find_intro_conc_htmlprovide an HTML file containing space separated introduction and conclusion part from the abstracts of given query term as well as gives a link direct to PubMed for resulted PMID.

See Also

input_for_find_intro_conc_html, ~~~

Examples

Run this code
test = find_intro_conc_html(abs, "diet")
## here 'abs' is an S4 object of class Abstracts
## and 'diet' is a term to be search from the abstracts}
<keyword>Function</keyword>

Run the code above in your browser using DataLab