Description Usage Arguments Value
Save table to Synapse.
1 2 3 4 5 6 7 8 |
data |
Data frame with metadata |
table_id |
synID for the table. If 'NULL', assumes the table needs to be created first. |
project_id |
synID for the project the table should be uploaded to, if table needs to be created. |
name |
Desired table name, if table needs to be created. |
overwrite |
If overwrite is 'TRUE', the table contents will be deleted and the new data uploaded in its place. Note that the schema will not be updated so the new data must follow the same schema. If 'FALSE', the new data will be joined to the current table. |
... |
Additional parameters sent to [synapser::synStore()] |
Synapse table entity
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.