You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supported in GUI and command line uploader, so in R API client we want to do
interface allow you to specify which meta to keep and to ignore, by default, upload all meta with files p$upload(manifest_file = , manifest_metadata = TRUE, meta.keep = NULL, meta.ignore = NULL, verbal = FALSE) # with metadata = TRUE by default
Validation: check file exists or not and stop if not all satisfied, assumption here is that user provide a manifest, it has to work and all files need to exists.
Uploading files: print files info in verbal mode otherwise just progress bar
The text was updated successfully, but these errors were encountered:
what is a manifest file
http://docs.sevenbridges.com/docs/format-of-a-manifest-file
Supported in GUI and command line uploader, so in R API client we want to do
p$upload(manifest_file = , manifest_metadata = TRUE, meta.keep = NULL, meta.ignore = NULL, verbal = FALSE) # with metadata = TRUE by default
The text was updated successfully, but these errors were encountered: