Skip to content

Commit b56d555

Browse files
committed
straggling period
1 parent 368fc39 commit b56d555

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

R/methods-epi_df.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ group_epi_df <- function(x, exclude = character()) {
503503
#' expression. Variable names can be used as if they like `c(x, y)`
504504
#' were positions in the data frame, and expressions like `x:y` can
505505
#' be used to select a range of variables.
506-
#' @param .group_cols character vector of column names to group by. "time_value" is
506+
#' @param group_cols character vector of column names to group by. "time_value" is
507507
#' included by default.
508508
#' @return an `epi_df` object
509509
#'
@@ -514,7 +514,6 @@ group_epi_df <- function(x, exclude = character()) {
514514
#' grad_employ_subset
515515
#'
516516
#' grad_employ_subset %>%
517-
#' select(geo_value:num_graduates) %>%
518517
#' sum_groups_epi_df(num_graduates, group_cols = "geo_value")
519518
sum_groups_epi_df <- function(.x, sum_cols, group_cols = "time_value") {
520519
assert_class(.x, "epi_df")

man/sum_groups_epi_df.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)