new_namespace: Post entry to namespace table

Description Usage Arguments See Also

View source: R/new_namespace.R

Description

Upload information to the namespace table in the data registry

Usage

1
2
3
4
5
6
new_namespace(
  name,
  full_name,
  website,
  endpoint = "http://localhost:8000/api/"
)

Arguments

name

a string specifying the name of the namespace

full_name

(optional) a string specifying the full name of the namespace

website

(optional) a string specifying the website URL associated with the namespace

endpoint

a string specifying the registry endpoint

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_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.