R/boto3.R

Defines functions boto3_version

Documented in boto3_version

#' Raw access to the boto3 module imported at package load time
#' @note You may rather want to use \code{\link{botor}} instead, that provides a fork-safe \code{boto3} session.
#' @export
boto3 <- NULL


#' boto3 version
#' @return string
#' @export
boto3_version <- function() {
    boto3$`__version__`
}

Try the botor package in your browser

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

botor documentation built on March 31, 2023, 9:53 p.m.