View source: R/board_params_set_s3.R
board_params_set_s3 | R Documentation |
Build a data frame that contains all of the parameters needed to specify an s3 bucket pin board.
board_params_set_s3(bucket_name, region, board_alias = deprecated())
A data.frame with class "s3_board" and a column for each param.
## Not run:
board_params_set_s3(
bucket_name = "bucket_name",
region = "us-east-1"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.