View source: R/gsutil_functions.R
gsutil_copy | R Documentation |
gsutil_copy
takes in the object from images_of
and copies
them to a specified folder.
gsutil_copy(images_to_copy = NULL, output_folder = NULL, ncore = 2)
images_to_copy |
The output data.frame from |
ncore |
a numeric scalar. The number of cores to use to copy images from google cloud. It defaults to 2. |
output_to_folder |
A character vector that denotes the full path of
a folder to copy the images to.
If the folder does not exist it will be created. A final slash cannot
be placed at the end of the character. For example, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.