Methods for handling output with dplyr verbs.
# S3 method for mrgsims
as.tbl(x, ...)# S3 method for mrgsims
filter_(.data, ..., .dots)
# S3 method for mrgsims
group_by_(.data, ..., .dots, add = FALSE)
# S3 method for mrgsims
distinct_(.data, ..., .dots, .keep_all = FALSE)
# S3 method for mrgsims
mutate_(.data, ..., .dots)
summarise.each(.data, funs, ...)
# S3 method for mrgsims
summarise_(.data, ..., .dots)
# S3 method for mrgsims
do_(.data, ..., .dots)
# S3 method for mrgsims
select_(.data, ..., .dots)
# S3 method for mrgsims
slice_(.data, ...)
# S3 method for mrgsims
as_data_frame(.data_, ...)
mrgsims object
passed to other methods
passed to various dplyr
functions
passed to various dplyr
functions
passed to dplyr::group_by_
passed to dplyr::distinct_
passed to dplyr::summarise_each
mrgsims object