Learn R Programming

dwapi (version 0.1.3.1)

linked_dataset_create_or_update_request: Create request object for new linked datasets, or updates to existing datasets.

Description

Create request object for new linked datasets, or updates to existing datasets.

Usage

linked_dataset_create_or_update_request(owner, id)

Arguments

owner

User name and unique identifier of the creator of the dataset.

id

Unique identifier of dataset.

Value

Request object of type linked_dataset_create_or_update_request.

See Also

create_project

Examples

Run this code
# NOT RUN {
request <- dwapi::linked_dataset_create_or_update_request(
  owner = 'ownerId', id = 'datasetId')
# }

Run the code above in your browser using DataLab