powered by
Checks the nrow() of sub-data frames produced by group_by(). Returns all(lengths==1).
nrow()
group_by()
all(lengths==1)
is.summarised(x, quiet = FALSE)
The object
Pass TRUE to supress warnings on coersion to a qualifier/tag structure.
TRUE
TRUE if the argument is summarised, FALSE otherwise
FALSE
# NOT RUN { data(pocmaj) pocmaj <- as.qtag(pocmaj, c("core", "depth")) is.summarised(pocmaj) is.summarised(aggregate(pocmaj)) # }
Run the code above in your browser using DataLab