Skip to content

Commit

Permalink
Removed donttest clause for browseNHANES examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cjendres1 committed Dec 30, 2015
1 parent 9606edd commit 68b4821
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: nhanesA
Version: 0.6.2
Date: 2015-12-19
Version: 0.6.2.1
Date: 2015-12-29
Title: NHANES Data Retrieval
Author: Christopher Endres
Maintainer: Christopher Endres <[email protected]>
Expand Down
10 changes: 5 additions & 5 deletions R/nhanes.R
Original file line number Diff line number Diff line change
Expand Up @@ -501,11 +501,11 @@ nhanesTranslate <- function(nh_table, colnames=NULL, data = NULL, nchar = 32, de
#' @param dxa If TRUE then browse to the DXA page.
#' @details browseNHANES will open a web browser to the specified NHANES site.
#' @examples
#' \donttest{browseNHANES()} Defaults to the main data sets page
#' \donttest{browseNHANES(2005)} The main page for the specified survey year
#' \donttest{browseNHANES(2009, 'EXAM')} Page for the specified year and survey group
#' \donttest{browseNHANES(nh_table = 'VIX_D')} Page for a specific table
#' \donttest{browseNHANES(dxa=T)} DXA main page
#' browseNHANES() # Defaults to the main data sets page
#' browseNHANES(2005) # The main page for the specified survey year
#' browseNHANES(2009, 'EXAM') # Page for the specified year and survey group
#' browseNHANES(nh_table = 'VIX_D') # Page for a specific table
#' browseNHANES(dxa = TRUE) # DXA main page
#' @export
#'

Expand Down
10 changes: 5 additions & 5 deletions man/browseNHANES.Rd

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

0 comments on commit 68b4821

Please sign in to comment.