Learn R Programming

pubmed.mineR (version 1.0.11)

Find_conclusion: To find the conclusion from the abstract(s).

Description

This function is designed for the user convinience, so that user can get the conclusion from the abstract(s) with out reading the whole abstract(s).

Usage

Find_conclusion(y)

Arguments

y

An S4 object of class 'Abstract'.

Value

A list containing conclusion of given abstract(s)

Examples

Run this code
# NOT RUN {
res1 = Find_conclusion(y)
# }
# NOT RUN {
##  here 'y' is an S4 object of class Abstract.
# }

Run the code above in your browser using DataLab