Learn R Programming

pubmed.mineR (version 1.0.11)

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)

Arguments

PMCID

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

term

term represents the term we want to extract from the article.

Value

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

Examples

Run this code
# NOT RUN {
Give_Sentences_PMC(PMC4039032, "atherosclerosis")
# }

Run the code above in your browser using DataLab