View source: R/manual_layer_array.R
register_array | R Documentation |
The underlying storage must already exist.
register_array(
namespace = NULL,
array_name,
uri,
description = NULL,
access_credentials_name = NULL
)
namespace |
Namespace within TileDB cloud to charge. If this is null, the logged-in user's username will be used for the namespace. |
array_name |
The name to call the array in TileDB Cloud. |
uri |
The URI of where the array is stored. |
description |
Optional description field for the array. |
access_credentials_name |
Credentials to access the array storage. If omitted, the logged-in user's default credentials will be used. |
Other manual-layer functions:
array_info()
,
compute_sequentially()
,
compute()
,
delayed_args<-()
,
delayed_args()
,
delayed_array_udf()
,
delayed_generic_udf()
,
delayed_sql()
,
delayed()
,
deregister_array()
,
deregister_group()
,
deregister_udf()
,
execute_array_udf()
,
execute_generic_udf()
,
execute_multi_array_udf()
,
execute_sql_query()
,
get_udf_info()
,
group_info()
,
list_arrays()
,
list_groups()
,
login()
,
register_udf()
,
update_udf_info()
,
user_profile()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.