Learn R Programming

pubmed.mineR (version 1.0.21)

head_abbrev: To extract the abbreviated term.

Description

head_abbrev is used to find expansion for which abbreviation is used. It will help to find the falsely matching abbreviations from the abstracts.

Usage

head_abbrev(limits, term, pmid, abs)

Value

It will return a list.

Arguments

limits

limits specifies the limit up to which expansion should be displayed. Default is 50

term

term is the query term (abbreviation)

pmid

pmid describes the PMID

abs

absan S4 object of class Abstracts.

Author

S.Ramachandran

Examples

Run this code
if (FALSE) head_abbrev(50, "AR", "16893912", myabs)

Run the code above in your browser using DataLab