From fb07dd5907dfd28258468b18b815bc98dfacc15b Mon Sep 17 00:00:00 2001 From: nathaneastwood Date: Sun, 7 Jun 2020 14:51:36 +0100 Subject: [PATCH] doc: Update documentation --- DESCRIPTION | 2 +- man/group_split.Rd | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 60bec62..c5aaa1f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: poorman Type: Package Title: A Poor Man's Base R Copy of 'dplyr' Verbs -Version: 0.2.0.18 +Version: 0.2.0.19 Authors@R: person("Nathan", "Eastwood", "", "nathan.eastwood@icloud.com", role = c("aut", "cre")) Maintainer: Nathan Eastwood diff --git a/man/group_split.Rd b/man/group_split.Rd index 42a7b4e..d29c357 100644 --- a/man/group_split.Rd +++ b/man/group_split.Rd @@ -42,11 +42,8 @@ of each grouping variable for the group. \strong{Ungrouped \code{data.frame}s:} -When used on ungrouped \code{data.frame}s, \code{group_split()} and \code{group_keys()} forwards the \code{...} to \code{group_by()} before -the split, therefore the \code{...} are subject to the data mask. - -Using these functions on an ungrouped \code{data.frame} only makes sense if you need only one or the other, because -otherwise the grouping algorithm is performed each time. +When used on ungrouped \code{data.frame}s, \code{group_split()} forwards the \code{...} to \code{group_by()} before the split, therefore +the \code{...} are subject to the data mask. } \examples{ # Grouped data.frames: