View source: R/generated_client.R
| projects_post_clone | R Documentation | 
Clone this
projects_post_clone(id, clone_schedule = NULL, clone_notifications = NULL)
| id | integer required. The ID for this project. | 
| clone_schedule | boolean optional. If true, also copy the schedule for all applicable project objects. | 
| clone_notifications | boolean optional. If true, also copy the notifications for all applicable project objects. | 
A list containing the following elements:
| id | integer, The ID for this project. | 
| author | list, A list containing the following elements: 
 | 
| name | string, The name of this project. | 
| description | string, A description of the project. | 
| users | array, An array containing the following fields: 
 | 
| autoShare | boolean, | 
| createdAt | string, | 
| updatedAt | string, | 
| tables | array, An array containing the following fields: 
 | 
| surveys | array, An array containing the following fields: 
 | 
| scripts | array, An array containing the following fields: 
 | 
| imports | array, An array containing the following fields: 
 | 
| exports | array, An array containing the following fields: 
 | 
| models | array, An array containing the following fields: 
 | 
| notebooks | array, An array containing the following fields: 
 | 
| services | array, An array containing the following fields: 
 | 
| workflows | array, An array containing the following fields: 
 | 
| reports | array, An array containing the following fields: 
 | 
| scriptTemplates | array, An array containing the following fields: 
 | 
| files | array, An array containing the following fields: 
 | 
| enhancements | array, An array containing the following fields: 
 | 
| projects | array, An array containing the following fields: 
 | 
| allObjects | array, An array containing the following fields: 
 | 
| note | string, | 
| canCurrentUserEnableAutoShare | boolean, A flag for if the current user can enable auto-sharing mode for this project. | 
| hidden | boolean, The hidden status of the item. | 
| archived | string, The archival status of the requested item(s). | 
| parentProject | list, A list containing the following elements: 
 | 
| myPermissionLevel | string, Your permission level on the object. One of "read", "write", or "manage". | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.