Browse Source

Add missing description field in documentation

pull/3/head
Philipp Baumann 6 years ago
parent
commit
25740336df
  1. 2
      R/tbl-lcol-map-funprog.R
  2. 4
      man/split_df2l.Rd

2
R/tbl-lcol-map-funprog.R

@ -1,5 +1,7 @@
# Split a tibble data frame into a list of tibbles by a group column
#' @title Split a tibble data frame into a list of tibbles by a group column
#' @description Helper function that calls \code{split} on a tibble using a
#' grouping column within tibble.
#' @param tbl_df Tibble data frame
#' @param group Character vector with name of column based on which tibble
#' is split into a list of tibbles

4
man/split_df2l.Rd

@ -16,3 +16,7 @@ is split into a list of tibbles}
List of tibbles. Each tibble contains data split by
a group column within \code{tbl_df}.
}
\description{
Helper function that calls \code{split} on a tibble using a
grouping column within tibble.
}

Loading…
Cancel
Save