Transfer an image to a specified region.
image_transfer(image, region, ...)
Arguments
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. |
Examples