R/package.R

#' @docType package
#' @name txtq-package
#' @title txtq-package
#' @description The txtq package is a small message queue for R.
#' @author William Michael Landau \email{will.landau@@gmail.com}
#' @examples
#' # See ?txtq for examples.
#' @references <https://github.com/wlandau/txtq>
#' @importFrom base64url base64_urldecode base64_urlencode
#' @importFrom filelock lock unlock
#' @importFrom R6 R6Class
NULL

Try the txtq package in your browser

Any scripts or data that you put into this service are public.

txtq documentation built on March 28, 2021, 1:06 a.m.