new_data_product: Post entry to data_product table

Description Usage Arguments See Also

View source: R/new_data_product.R

Description

Upload information to the data_product table in the data registry

Usage

1
2
3
4
5
6
7
new_data_product(
  name,
  version,
  object_url,
  namespace_url,
  endpoint = "http://localhost:8000/api/"
)

Arguments

name

a string specifying the name of the data_product

version

a string specifying the version identifier of the data_product (must conform to semantic versioning syntax)

object_url

a string specifying the URL of the entry in the object table

namespace_url

a string specifying the URL of the entry in the namespace table

endpoint

a string specifying the registry endpoint

See Also

Other new functions: new_author(), new_code_repo_release(), new_code_run(), new_external_object(), 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()


rDataPipeline documentation built on Nov. 18, 2021, 1:14 a.m.