new_external_object {rDataPipeline} | R Documentation |
Post entry to external_object table
Description
Upload information to the external_object
table in the data registry
Usage
new_external_object(
doi_or_unique_name,
primary_not_supplement = TRUE,
release_date,
title,
description,
data_product_url,
original_store_url,
endpoint = "http://localhost:8000/api/"
)
Arguments
doi_or_unique_name |
a |
primary_not_supplement |
(optional) a boolean flag to indicate
whether the external object is the primary source ( |
release_date |
the date-time that the |
title |
a |
description |
(optional) a |
data_product_url |
a |
original_store_url |
(optional) a |
endpoint |
a |
See Also
Other new functions:
new_author()
,
new_code_repo_release()
,
new_code_run()
,
new_data_product()
,
new_file_type()
,
new_issue()
,
new_keyword()
,
new_licence()
,
new_namespace()
,
new_object_component()
,
new_object()
,
new_quality_controlled()
,
new_storage_location()
,
new_storage_root()
,
new_user_author()