knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Download the development version from GitHub with:
# install.packages("devtools") devtools::install_github("fdrennan/biggr2")
s3
storagelibrary(biggr2) library(dplyr) test_bucket_name <- 'fdrenabc' s3_client <- client( service = "s3", key_access = Sys.getenv("AWS_ACCESS"), key_secret = Sys.getenv("AWS_SECRET"), region = "us-east-2" )
current_buckets <- s3_list_buckets(client = s3_client)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.