generate_sync_manifest | R Documentation |
Generate manifest for syncToSynapse() from a local directory.
generate_sync_manifest(directory_path, parent_id, manifest_path)
directory_path |
The local directory for the data to be uploaded |
parent_id |
A Synapse ID of a folder that the data is being uploaded to |
manifest_path |
The filepath to the manifest file to be generated |
syncToSynapse()
## Not run:
generate_sync_manifest(directory_path = '/path/to/folder', parent_id = 'syn1234', manifest_path = 'path/to/manifest_file.tsv')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.