View source: R/synapse-tables.R
update_samples_table | R Documentation |
Warning This is a destructive function!
Update the sample ID table with new data. This function will delete the rows
in the old data and upload the new data in its place. The existing table
schema must match the columns in new_data
.
update_samples_table(table_id, new_data)
table_id |
synID of the table to overwrite. |
new_data |
the new data to overwrite the table with. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.