1+ randomNames
2+ ===========
3+
4+
15[ ![ Build Status] ( https://travis-ci.org/CenterForAssessment/randomNames.svg?branch=master )] ( https://travis-ci.org/CenterForAssessment/randomNames )
26[ ![ AppVeyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/centerforassessment/Literasee?branch=master&svg=true )] ( https://ci.appveyor.com/project/centerforassessment/Literasee )
37[ ![ CRAN_Status_Badge] ( http://www.r-pkg.org/badges/version/randomNames )] ( http://cran.r-project.org/package=randomNames )
610[ ![ License] ( http://img.shields.io/badge/license-GPL%203-brightgreen.svg?style=flat )] ( https://github.com/CenterForAssessment/randomNames/blob/master/LICENSE.md )
711[ ![ https://gitter.im/CenterForAssessment/randomNames ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/CenterForAssessment/randomNames?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
812
9- ## Overview
13+
14+ # Overview
1015
1116The ** randomNames** package contains a single function ` randomNames ` which creates random gender/ethnicity correct first and/or last names where names are proportionally sampled based upon their frequency in a large scale database.
1217
1318
14- ## Installation
19+ # Installation
1520
16- ### From [ CRAN] ( https://CRAN.R-project.org/package=randomNames )
21+ ## From [ CRAN] ( https://CRAN.R-project.org/package=randomNames )
1722
1823To install the latest stable release of ** randomNames** from [ CRAN] ( https://CRAN.R-project.org/package=randomNames )
1924
2025``` R
2126install.packages(" randomNames" )
2227```
2328
24- ### From [ Github] ( https://github.com/CenterForAssessment/randomNames/ )
29+ ## From [ Github] ( https://github.com/CenterForAssessment/randomNames/ )
2530
2631To install the development release of ** randomNames** from [ GitHub] ( https://github.com/CenterForAssessment/randomNames/ ) :
2732
2833``` R
2934devtools :: install_github(" CenterForAssessment/randomNames" )
3035```
3136
32- ## Usage
37+ # Usage
3338
3439```
3540> randomNames(5) ## 5 last, first names
@@ -49,13 +54,13 @@ devtools::install_github("CenterForAssessment/randomNames")
4954```
5055
5156
52- ## Resources
57+ # Resources
5358
5459* [ randomNames GitHub Pages] ( https://CenterForAssessment.github.io/randomNames )
5560* [ CRAN Repo] ( https://CRAN.R-project.org/package=randomNames )
5661
5762
58- ## Contributors
63+ # Contributors
5964
6065The ** randomNames** Package is crafted with :heart : by:
6166
0 commit comments