| delete_website | R Documentation | 
Get/Put/Delete the website configuration for a bucket.
delete_website(bucket, ...)
put_website(bucket, request_body, ...)
get_website(bucket, ...)
bucket | 
 Character string with the name of the bucket, or an object of class “s3_bucket”.  | 
... | 
 Additional arguments passed to   | 
request_body | 
 A character string containing an XML request body, as defined in the specification in the API Documentation.  | 
For put_website and get_website, a list containing the website configuration, if one has been set.
For delete_website: TRUE if successful, FALSE otherwise.
An aws_error object may be returned if the request failed.
API Documentation: PUT website API Documentation: GET website API Documentation: DELETE website
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.