image_transfer | R Documentation |
Transfer an image to a specified region.
image_transfer(image, region, ...)
image |
An image to modify. |
region |
(numeric) Required. The region slug that represents the region target. |
... |
Options passed on to httr::GET. Must be named, see examples. |
## Not run:
image_transfer(image=images(TRUE)[[1]], region='nyc2')
image_transfer(image=images(TRUE)[[1]], region='ams2')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.