new_dataset | R Documentation |
Create new dataset with given items
new_dataset(
name,
parent,
items = NULL,
item_version = NULL,
folders = NULL,
add_annotation_columns = TRUE,
dry_run = TRUE
)
name |
Name of the dataset. It should be unique within the |
parent |
Synapse id of parent project where the dataset will live. |
items |
A list of id(s) of items to include for adding items a la carte to dataset. Usually the same parent project storing the files, but in some cases it may be a different project. |
item_version |
Integer for version that will be used for all items, e.g. 1. Otherwise, "latest" or "stable_latest". See details. |
folders |
A list of folder ids for adding all items in some folder(s). Can be used with |
add_annotation_columns |
Whether to add annotation columns. Defaults to |
dry_run |
If TRUE, don't actually store dataset, just return the data object for inspection or further modification. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.