Skip to content

Create Initialisms for Naming Things

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

christopherkenny/acronames

Repository files navigation

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"

About

Create Initialisms for Naming Things

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages