View source: R/manual_layer_group_deregister.R
| deregister_group | R Documentation |
This function de-registers a 'Group' object, the 'Group' objects therein as well as any arrays.
deregister_group(
uri,
namespace,
name,
delete_from_group = TRUE,
delete_array = FALSE,
verbose = FALSE
)
uri |
A TileDB + S3 URI |
namespace |
A character like "TileDB-Inc" |
name |
A characther "groupABC" |
delete_from_group |
A logical value, default 'TRUE', whether arrays are removed from the group |
delete_array |
A logical value, default 'TRUE', whether arrays are deleted too |
verbose |
A logical value, default 'FALSE', whether operations are verbose or not |
Note that 'Group' objects remain on the underlying storage such as S3.
Nothing is returned, the function is invoked for its side-effect
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_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_array(),
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.