new_storage_location {rDataPipeline} | R Documentation |
Post entry to storage_location table
Description
Upload information to the storage_location
table in the data registry
Usage
new_storage_location(
path,
hash,
public,
storage_root_url,
endpoint = "http://localhost:8000/api/"
)
Arguments
path |
a |
hash |
a |
public |
a |
storage_root_url |
a |
endpoint |
a |
See Also
Other new functions:
new_author()
,
new_code_repo_release()
,
new_code_run()
,
new_data_product()
,
new_external_object()
,
new_file_type()
,
new_issue()
,
new_keyword()
,
new_licence()
,
new_namespace()
,
new_object_component()
,
new_object()
,
new_quality_controlled()
,
new_storage_root()
,
new_user_author()