Generate manifest for syncToSynapse() from a local directory.

generate_sync_manifest(directory_path, parent_id, manifest_path)

Arguments

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

Details

Value

References

Note

See also

syncToSynapse()

Examples

  if (FALSE) {
    generate_sync_manifest(directory_path = '/path/to/folder', parent_id = 'syn1234', manifest_path = 'path/to/manifest_file.tsv')
  }