Learn R Programming

neptune (version 0.2.3)

neptune_download_last: 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

See Also

Useful links:

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
    run <- neptune_init(api_token = 'ANONYMOUS',
                        project = "common-r/quickstarts")
    df <- neptune_download_last(run['train/predictions'])
  
# }

Run the code above in your browser using DataLab