View source: R/generated_client.R
| remote_hosts_list_data_sets | R Documentation | 
List data sets available from a remote host
remote_hosts_list_data_sets(
  id,
  credential_id = NULL,
  username = NULL,
  password = NULL,
  q = NULL,
  s = NULL
)
| id | integer required. The ID of the remote host. | 
| credential_id | integer optional. The credential ID. | 
| username | string optional. The user name for remote host. | 
| password | string optional. The password for remote host. | 
| q | string optional. The query string for data set. | 
| s | boolean optional. If true will only return schemas, otherwise, the results will be the full path. | 
An array containing the following fields:
| name | string, The path to a data_set. | 
| fullPath | boolean, Boolean that indicates whether further querying needs to be done before the table can be selected. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.