Description Usage Arguments Value See Also Examples
View source: R/linked_dataset_create_or_update_request.R
Create request object for new linked datasets, or updates to existing datasets.
1  | linked_dataset_create_or_update_request(owner, id)
 | 
owner | 
 User name and unique identifier of the creator of the dataset.  | 
id | 
 Unique identifier of dataset.  | 
Request object of
type linked_dataset_create_or_update_request.
1 2  | request <- dwapi::linked_dataset_create_or_update_request(
  owner = 'ownerId', id = 'datasetId')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.