head_abbrev: To extract the abbreviated term.

Description Usage Arguments Value Author(s) Examples

View source: R/head_abbrev.R

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

1
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

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

pubmed.mineR documentation built on Nov. 26, 2021, 5:11 p.m.