group_by.PKNCAresults | R Documentation |
dplyr grouping for PKNCA
## S3 method for class 'PKNCAresults'
group_by(.data, ..., .add = FALSE, .drop = dplyr::group_by_drop_default(.data))
## S3 method for class 'PKNCAconc'
group_by(.data, ..., .add = FALSE, .drop = dplyr::group_by_drop_default(.data))
## S3 method for class 'PKNCAdose'
group_by(.data, ..., .add = FALSE, .drop = dplyr::group_by_drop_default(.data))
## S3 method for class 'PKNCAresults'
ungroup(x, ...)
## S3 method for class 'PKNCAconc'
ungroup(x, ...)
## S3 method for class 'PKNCAdose'
ungroup(x, ...)
.data |
A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for more details. |
... |
In |
.add |
When This argument was previously called |
.drop |
Drop groups formed by factor levels that don't appear in the
data? The default is |
x |
A |
Other dplyr verbs:
filter.PKNCAresults()
,
inner_join.PKNCAresults()
,
mutate.PKNCAresults()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.