Skip to content

Commit 3598aa4

Browse files
committed
Update of index.html twitter link to try and get a modal box
1 parent cbb4f43 commit 3598aa4

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

docs/index.html

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/randomNames.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717
)
1818
```
1919

20-
## Introduction
20+
# Introduction
2121

2222
The **randomNames** package contains a single function allowing users to generate proportionally correct, gender and ethnicity specific first
2323
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
2626
but needs to obscure the identity of the person to whom the data belongs.
2727

2828

29-
## Use
29+
# Use
3030

3131
After [installing](https://dbetebenner.github.io/randomNames/index.html#installation) the package from either CRAN
3232
or GitHub, it's simple to generate random names using the following simple instructions.
@@ -44,7 +44,7 @@ randomNames(5)
4444
```
4545

4646

47-
### Additional output control
47+
## Additional output control
4848

4949
The **randomNames** function accepts several arguments including `n`, `gender`, `ethnicity`, `which.names`, `name.order`, and `name.sep`.
5050

@@ -61,7 +61,7 @@ randomNames(n,
6161

6262
For complete documentation on values accepted for arguments, see the [function documentation](https://CenterForAssessment.github.io/randomNames/reference/randomNames.html)
6363

64-
### Examples
64+
## Examples
6565

6666
The first argument, `n`, controls the number of names returned by the **randomNames** function:
6767

@@ -114,6 +114,6 @@ randomNames(5, gender=1, ethnicity=6, name.order="first.last", name.sep=" ") ##
114114
```
115115

116116

117-
## Contributions & Requests
117+
# Contributions & Requests
118118

119119
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

Comments
 (0)