Description Usage Details Value Examples
View source: R/client.R View source: R/boto3.R
boto3()
is equivalent to import boto3
in Python
These are the latest documents:
1 2 3 |
Gain Access to the boto3 Module
This is the base function that the entire biggr2
package
runs off of. This is a wrapper for reticulate::import('boto3')
A reticulate module
1 2 3 4 | ## Not run:
boto <- boto3()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.