You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/randomNames.Rmd
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
17
17
)
18
18
```
19
19
20
-
##Introduction
20
+
# Introduction
21
21
22
22
The **randomNames** package contains a single function allowing users to generate proportionally correct, gender and ethnicity specific first
23
23
and last names. The package contains an embedded data set of names that is based upon a large scale data set of names from the United States
@@ -26,7 +26,7 @@ and the probability of the name occurring in the data set. Random names are ofte
26
26
but needs to obscure the identity of the person to whom the data belongs.
27
27
28
28
29
-
##Use
29
+
# Use
30
30
31
31
After [installing](https://dbetebenner.github.io/randomNames/index.html#installation) the package from either CRAN
32
32
or GitHub, it's simple to generate random names using the following simple instructions.
@@ -44,7 +44,7 @@ randomNames(5)
44
44
```
45
45
46
46
47
-
###Additional output control
47
+
## Additional output control
48
48
49
49
The **randomNames** function accepts several arguments including `n`, `gender`, `ethnicity`, `which.names`, `name.order`, and `name.sep`.
50
50
@@ -61,7 +61,7 @@ randomNames(n,
61
61
62
62
For complete documentation on values accepted for arguments, see the [function documentation](https://CenterForAssessment.github.io/randomNames/reference/randomNames.html)
63
63
64
-
###Examples
64
+
## Examples
65
65
66
66
The first argument, `n`, controls the number of names returned by the **randomNames** function:
If you have contribution or a feature request for the **randomNames** package, don't hesitate to write or set up an [issue on GitHub](https://github.com/CenterForAssessment/randomNames/issues).
0 commit comments