Methods for handling output with dplyr verbs
# S3 method for mrgsims
as.tbl(x, ...)# S3 method for mrgsims
pull(.data, ...)
# S3 method for mrgsims
filter_(.data, ...)
filter_sims(.data, ...)
# S3 method for mrgsims
group_by(.data, ..., add = FALSE)
# S3 method for mrgsims
distinct(.data, ..., .keep_all = FALSE)
# S3 method for mrgsims
mutate(.data, ...)
mutate_sims(.data, ...)
# S3 method for each
summarise(.data, funs, ...)
# S3 method for mrgsims
summarise(.data, ...)
# S3 method for mrgsims
do(.data, ..., .dots)
# S3 method for mrgsims
select(.data, ...)
# 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 dplyr::group_by
passed to dplyr::distinct
passed to dplyr::summarise_each
passed to various dplyr
functions
mrgsims object