Skip to content

Commit

Permalink
wrap worldbank examples in dontrun
Browse files Browse the repository at this point in the history
  • Loading branch information
colearendt committed May 28, 2020
1 parent 574bae9 commit 3593d70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/data-worldbank.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' @format JSON
#' @examples
#'
#' \dontrun{
#' library(dplyr)
#'
#' # worldbank is a 500 length character vector of JSON
Expand Down Expand Up @@ -36,4 +37,5 @@
#' count(sector) %>% # Count by sector
#' arrange(desc(n)) %>% # Arrange descending
#' top_n(10) # Take the top 10
#' }
NULL
2 changes: 2 additions & 0 deletions man/worldbank.Rd

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

0 comments on commit 3593d70

Please sign in to comment.