Skip to content

Commit

Permalink
Update random-tidy-rnorm.R
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
spsanderson committed Jan 16, 2022
1 parent ee2d8f8 commit c79e29d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/random-tidy-rnorm.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
#'
#' @author Steven P. Sanderson II, MPH
#'
#' @details
#' @details This function uses the underlying `stats::rnorm()` function to generate
#' data from the given parameters.
#'
#' @description
#'
Expand All @@ -17,7 +18,7 @@
#' tidy_rnorm()
#'
#' @return
#' A tibble of randomly generated data
#' A tibble of randomly generated.
#'
#' @export
#'
Expand Down

0 comments on commit c79e29d

Please sign in to comment.