Description Usage Arguments Value Examples See Also
The path represented by DataPath object can point to a directory or a data artifact (blob, file).
1 |
datastore |
The Datastore to reference. |
path_on_datastore |
The relative path in the backing storage for the data reference. |
name |
An optional name for the DataPath. |
The DataPath
object.
1 2 3 4 5 6 7 8 9 10 | my_data <- register_azure_blob_container_datastore(
workspace = ws,
datastore_name = blob_datastore_name,
container_name = ws_blob_datastore$container_name,
account_name = ws_blob_datastore$account_name,
account_key = ws_blob_datastore$account_key,
create_if_not_exists = TRUE)
datapath <- data_path(my_data, <path_on_my_datastore>)
dataset <- create_file_dataset_from_files(datapath)
|
create_file_dataset_from_files
create_tabular_dataset_from_parquet_files
create_tabular_dataset_from_delimited_files
create_tabular_dataset_from_json_lines_files
create_tabular_dataset_from_sql_query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.