Append active table to the master table
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
table |
table
|
master table |
|
appEnv |
appEnv
|
appEnv |
|
save |
boolean
|
<optional> |
useful only for cas.ignored for compute |
- status object
promise
Example
const status = appendTable({caslib: 'public', 'name:'master'}, appEnv);
Append working table to the specified master table.