Description Usage Arguments Value Examples
View source: R/get_definitions.R
Finds the definition(s) for a given acronym
1 | get_definitions(acronym)
|
acronym |
the computer acronym |
a data frame with the definitions
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)"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.