neptune_download_last: Downloads the last File stored in the series from Neptune...

View source: R/neptune_download_last.R

neptune_download_lastR Documentation

Downloads the last File stored in the series from Neptune servers and save it locally.

Description

Downloads the last File stored in the series from Neptune servers and save it locally.

Usage

  neptune_download_last(x, destination=NULL)

Arguments

x

Field

destination

character - The directory where the file will be downloaded. If NULL is passed, the file will be downloaded to the current working directory. If destination is a directory, the file will be downloaded to the specified directory with a filename composed from field name and extension (if present). If destination is a path to a file, the file will be downloaded under the specified name.

Value

None

Author(s)

Authors:

See Also

Useful links:

Examples

  ## Not run: 
    run <- neptune_init(api_token = 'ANONYMOUS',
                        project = "common-r/quickstarts")
    df <- neptune_download_last(run['train/predictions'])
  
## End(Not run)

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