save_table_to_synapse: Save table to Synapse

Description Usage Arguments Value

View source: R/utils_tables.R

Description

Save table to Synapse.

Usage

1
2
3
4
5
6
7
8
save_table_to_synapse(
  data,
  table_id = NULL,
  project_id = NULL,
  name = NULL,
  overwrite = FALSE,
  ...
)

Arguments

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()]

Value

Synapse table entity


Sage-Bionetworks/NicolesCurationTools documentation built on May 5, 2020, 8:29 a.m.