View source: R/pkgdownDeployToAws.R
| pkgdownDeployToAws | R Documentation | 
Deploy a pkgdown website to AWS S3 bucket
pkgdownDeployToAws(
  package = getwd(),
  bucketDir = "s3://r.acidgenomics.com/packages/",
  clean = TRUE
)
| package | 
 | 
| bucketDir | 
 | 
| clean | 
 | 
logical.
Whether individual pkgdown builds were successful, corresponding to
input defined in package argument.
Updated 2023-09-27.
## > pkgdownDeployToAws(
## >     package = file.path("~", "monorepo", "r-packages", "r-koopa")
## > )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.