Description Usage Arguments Value
Upload a local directory to the Azure storage the datastore points to.
1 2 3 4 5 6 7 | 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.