head_abbrev {pubmed.mineR}R Documentation

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)

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.

Value

It will return a list.

Author(s)

S.Ramachandran

Examples

## Not run: head_abbrev(50, "AR", "16893912", myabs)

[Package pubmed.mineR version 1.0.20 Index]