get_definitions: Finds the definition(s) for a given acronym

Description Usage Arguments Value Examples

View source: R/get_definitions.R

Description

Finds the definition(s) for a given acronym

Usage

1
get_definitions(acronym)

Arguments

acronym

the computer acronym

Value

a data frame with the definitions

Examples

1
2
3
4
5
6
defs <- get_definitions("AAP")
defs
defs$definition
# [1] "Address Allocation Protocol (Multicast)"
# [2] "Applications Access Point"
# [3] "Association of American Publishers (Org., USA)"

jmcastagnetto/vera documentation built on Feb. 22, 2020, 1:27 a.m.