Learn R Programming

pubmed.mineR (version 1.0.11)

get_original_term2: To get the original terms from the corpus.

Description

get_original_term2 is used to get the exact term as it is present in corpus. It is originated from get_original_term to give more accurate result. It takes one term at once. For multiple terms we can use lapply.

Usage

get_original_term2(x, y)

Arguments

x

x is a character value specifying the query term.

y

y is an S4 object containing abstracts.

Value

It returns a list object containing accurate term.

See Also

get_original_term

Examples

Run this code
# NOT RUN {
test = get_original_term("hba1c", diababs)
# }
# NOT RUN {
## here it will return accurate formation of hba1c i.e. HbA1c from diababs.
# }

Run the code above in your browser using DataLab