Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 724 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 724 Bytes

acronames

The goal of acronames is to …

Installation

You can install the released version of acronames from GitHub with:

devtools::install_packages_github("acronames")

Example

This is a basic example which shows you how to solve a common problem:

library(acronames)
acronames(required = 
           list('Harvard', 
                c('Automated', 'Algorithmic'), 
                'Redistricting', 
                c('Team', 'Project', 'Group')), 
         optional = list('Methodology')
         )
#> [1] "argh"  "harp"  "hart"  "rath"  "tahr"  "tharm"