Skip to content

Commit

Permalink
remove head() from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Sep 16, 2023
1 parent f416e15 commit fe81ea8
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions R/read_emigration.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
#' df <- read_emigration(year = 2010,
#' showProgress = FALSE)
#'
#' head(df) |> dplyr::collect()
#'
#' # return data as data.frame
#' df <- read_emigration(year = 2010,
#' as_data_frame = TRUE,
#' showProgress = FALSE)
#' head(df)
#'
read_emigration <- function(year = 2010,
columns = NULL,
Expand Down
1 change: 0 additions & 1 deletion R/read_families.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#' df <- read_families(year = 2000,
#' showProgress = FALSE)
#'
#' head(df) |> dplyr::collect()
#'
read_families <- function(year = 2000,
columns = NULL,
Expand Down
1 change: 0 additions & 1 deletion R/read_households.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#' @examplesIf identical(tolower(Sys.getenv("NOT_CRAN")), "true")
#' # return data as arrow Dataset
#' df <- read_households(year = 2010, showProgress = FALSE)
#' head(df) |> dplyr::collect()
#'
read_households <- function(year = 2010,
columns = NULL,
Expand Down
2 changes: 0 additions & 2 deletions R/read_mortality.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
#' df <- read_mortality(year = 2010,
#' showProgress = FALSE)
#'
#' head(df) |> dplyr::collect()
#'
#' # return data as data.frame
#' df <- read_mortality(year = 2010,
#' as_data_frame = TRUE,
#' showProgress = FALSE)
#' head(df)
#'
read_mortality <- function(year = 2010,
columns = NULL,
Expand Down
1 change: 0 additions & 1 deletion R/read_population.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#' df <- read_population(year = 2010,
#' showProgress = FALSE)
#'
#' head(df) |> dplyr::collect()
#'
read_population <- function(year = 2010,
columns = NULL,
Expand Down
2 changes: 0 additions & 2 deletions man/read_emigration.Rd

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

1 change: 0 additions & 1 deletion man/read_families.Rd

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

1 change: 0 additions & 1 deletion man/read_households.Rd

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

2 changes: 0 additions & 2 deletions man/read_mortality.Rd

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

1 change: 0 additions & 1 deletion man/read_population.Rd

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

0 comments on commit fe81ea8

Please sign in to comment.