Learn R Programming

pubmed.mineR (version 1.0.21)

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)

Value

an HTML file.

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.

Author

S.Ramachandran, Jyoti Rani

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.

See Also

input_for_find_intro_conc_html

Examples

Run this code
if (FALSE) 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

Run the code above in your browser using DataLab