neptune_upload_files: Uploads the provided file or files and stores them inside the...

View source: R/neptune_upload_files.R

neptune_upload_filesR Documentation

Uploads the provided file or files and stores them inside the FileSet.

Description

Uploads the provided file or files and stores them inside the FileSet.

Usage

  neptune_upload_files(x, globs, wait=FALSE)

Arguments

x

Field

globs

character or vector of characters - Path or paths to the files to be uploaded.

wait

logical - If TRUE the client will wait to send all tracked metadata to the server before making the assignment. This makes the call synchronous.

Value

None

Author(s)

Authors:

See Also

Useful links:

Examples

  ## Not run: 
    run <- neptune_init(api_token = 'ANONYMOUS',
                        project = "common-r/quickstarts")
    neptune_upload_files(run['artifacts/images'], "path/to/file")
  
## End(Not run)

neptune documentation built on April 13, 2022, 5:14 p.m.