generate_sync_manifest.Rd
Generate manifest for syncToSynapse() from a local directory.
generate_sync_manifest(directory_path, parent_id, manifest_path)
The local directory for the data to be uploaded
A Synapse ID of a folder that the data is being uploaded to
The filepath to the manifest file to be generated
syncToSynapse()
if (FALSE) {
generate_sync_manifest(directory_path = '/path/to/folder', parent_id = 'syn1234', manifest_path = 'path/to/manifest_file.tsv')
}