is.summarised: Extract if the argument is already summarised

Description Usage Arguments Value Examples

View source: R/qtag.R

Description

Checks the nrow() of sub-data frames produced by group_by(). Returns all(lengths==1).

Usage

1
is.summarised(x, quiet = FALSE)

Arguments

x

The object

quiet

Pass TRUE to supress warnings on coersion to a qualifier/tag structure.

Value

TRUE if the argument is summarised, FALSE otherwise

Examples

1
2
3
4

mudata documentation built on Nov. 17, 2017, 7:30 a.m.