upload_to_datastore | R Documentation |
Upload a local directory to the Azure storage the datastore points to.
upload_to_datastore( datastore, src_dir, target_path = NULL, overwrite = FALSE, show_progress = TRUE )
datastore |
The |
src_dir |
A string of the local directory to upload. |
target_path |
A string of the location in the blob container or
file share to upload the data to. Defaults to |
overwrite |
If |
show_progress |
If |
The DataReference
object for the target path uploaded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.