find_intro_conc_html {pubmed.mineR}R Documentation

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.

Details

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

Value

an HTML file.

Author(s)

S.Ramachandran, Jyoti Rani

See Also

input_for_find_intro_conc_html

Examples

## Not run: test = find_intro_conc_html(abs, "diet", all=FALSE)
## here 'abs' is an S4 object of class Abstracts
## and 'diet' is a term to be search from the abstracts
## this function works for small size of corpus, say about 30-40 abstracts

[Package pubmed.mineR version 1.0.20 Index]