neptune_download_last {neptune} | R 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:
Mateusz Dominiak
Maintainer: Neptune DevTeam Devbackend@neptune.ai
See Also
Useful links:
Documentation https://docs.neptune.ai/
Report bugs at https://github.com/neptune-ai/neptune-r/issues
Examples
## Not run:
run <- neptune_init(api_token = 'ANONYMOUS',
project = "common-r/quickstarts")
df <- neptune_download_last(run['train/predictions'])
## End(Not run)
[Package neptune version 0.2.3 Index]