Description Usage Arguments Examples
View source: R/list_dataflows.R
Determine dataflows inputs and outputs based of dataflow datasetId
| 1 | list_dataflows(outDataSourceId = NULL, use.dataflows.json = FALSE)
 | 
| outDataSourceId | A data source id (GUID) | 
| use.dataflows.json | TRUE returns pretty json output | 
| 1 2 | DomoR::init(Sys.getenv('DOMO_BASE_URL'), Sys.getenv('DEVELOPER_TOKEN'))
DomoR::list_dataflows(outDataSourceId='d0b246-3b41', use.dataflows.json=FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.