Skip to content

Commit

Permalink
Edited main help file some more
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeboybert committed Aug 2, 2020
1 parent 96e9ddb commit 15ab2c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/fivethirtyeight.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
#' @examples
#' # Example usage:
#' library(fivethirtyeight)
#' head(bechdel)
#' \donttest{head(bechdel)}
#'
#' # All information about any data set can be found in the help file:
#' \donttest{?bechdel}
#'
#' # To view a list of all data sets:
#' data(package = "fivethirtyeight")
#' \donttest{data(package = "fivethirtyeight")}
#'
#' # To view a detailed list of all data sets:
#' vignette("fivethirtyeight", package = "fivethirtyeight")
#' \donttest{vignette("fivethirtyeight", package = "fivethirtyeight")}
#'
#' # Some data sets include vignettes with an example analysis
#' # (these are in the fivethirtyeightdata package):
Expand Down
6 changes: 3 additions & 3 deletions man/fivethirtyeight.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15ab2c0

Please sign in to comment.