Learn R Programming

pubmed.mineR (version 1.0.21)

Give_Sentences_PMC: To fetch the sentence from the PMC full text article

Description

Give_Sentences_PMC is used to extract the sentences from the full text article of given PMC id/s.

Usage

Give_Sentences_PMC(PMCID, term)

Value

It will return a list object containing the sentences for query term from the given article.

Arguments

PMCID

PMCID represents the PMC Id from where we want to extract the sentence.

term

term represents the term contained in a sentence.

Author

S.Ramachandran

Examples

Run this code
if (FALSE) Give_Sentences_PMC(PMC4039032, "atherosclerosis")

Run the code above in your browser using DataLab