R/zzz.R

Defines functions .onLoad

#' @importFrom rjson fromJSON toJSON
#' @importFrom aws.signature locate_credentials signature_v4_auth
#' @importFrom httr POST GET http_error add_headers content timeout
#' @importFrom utils read.csv
#' @import xml2
#' @import methods
NULL


.onLoad <- function(libname, pkgname){
    aws_set_credentials()
}

Try the aws.ecx package in your browser

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

aws.ecx documentation built on Jan. 27, 2022, 1:10 a.m.