R/future-option.R

#' future option
#'
#' See \code{future::\link[future:plan]{plan}} for details.
#'
#' @name plan
#' @rdname plan
#' @keywords internal
#' @export
#' @importFrom future plan
NULL
#'
#' future option
#'
#' See \code{future::\link[future:multiprocess]{multiprocess}} for details.
#'
#' @name multiprocess
#' @rdname plan
#' @keywords internal
#' @export
#' @importFrom future multiprocess
#'
NULL
#' future option
#'
#' See \code{future::\link[future:sequential]{sequential}} for details.
#'
#' @name sequential
#' @rdname plan
#' @keywords internal
#' @export
#' @importFrom future sequential
#'
NULL
shihjyun/PTTmineR documentation built on Oct. 22, 2020, 2:46 a.m.