Skip to content

Commit

Permalink
clean up examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fsolt committed Feb 26, 2020
1 parent c70e4ec commit 3e85c4a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 23 deletions.
4 changes: 1 addition & 3 deletions R/dcpo.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
#'
#'@examples
#' \donttest{
#' library(tidyverse)
#'
#' demsup <- read_csv(system.file("extdata", "all_data_demsupport.csv", package = "DCPOtools"))
#'
#' demsup_data <- format_dcpo(demsup %>% with_min_yrs(3),
#' demsup_data <- format_dcpo(with_min_yrs(demsup, 3),
#' scale_q = "church_21",
#' scale_cp = 2)
#'
Expand Down
4 changes: 1 addition & 3 deletions R/dcpo_xvt.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
#'
#' @examples
#' \donttest{
#' library(tidyverse)
#'
#' demsup <- read_csv(system.file("extdata", "all_data_demsupport.csv", package = "DCPOtools"))
#'
#' demsup_data <- format_dcpo(demsup %>% with_min_yrs(3),
#' demsup_data <- format_dcpo(with_min_yrs(demsup, 3),
#' scale_q = "church_21",
#' scale_cp = 2)
#'
Expand Down
4 changes: 1 addition & 3 deletions R/get_xvt_results.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
#
#' @examples
#' \donttest{
#' library(tidyverse)
#'
#' demsup <- read_csv(system.file("extdata", "all_data_demsupport.csv", package = "DCPOtools"))
#'
#' demsup_data <- format_dcpo(demsup %>% with_min_yrs(3),
#' demsup_data <- format_dcpo(with_min_yrs(demsup, 3),
#' scale_q = "church_21",
#' scale_cp = 2)
#'
Expand Down
4 changes: 1 addition & 3 deletions R/summarize_dcpo_results.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
#'
#' @examples
#' \dontrun{
#' library(tidyverse)
#'
#' demsup <- read_csv(system.file("extdata", "all_data_demsupport.csv", package = "DCPOtools"))
#'
#' demsup_data <- format_dcpo(demsup %>% with_min_yrs(3),
#' demsup_data <- format_dcpo(with_min_yrs(demsup, 3),
#' scale_q = "church_21",
#' scale_cp = 2)
#'
Expand Down
3 changes: 1 addition & 2 deletions man/dcpo.Rd

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

4 changes: 1 addition & 3 deletions man/dcpo_xvt.Rd

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

4 changes: 1 addition & 3 deletions man/get_xvt_results.Rd

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

4 changes: 1 addition & 3 deletions man/summarize_dcpo_results.Rd

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

0 comments on commit 3e85c4a

Please sign in to comment.