# NOT RUN {
# We are using api token for an anonymous user neptuner. For your projects use your private token.
run <- neptune_init(api_token = 'ANONYMOUS',
project = "common-r/quickstarts",
run='AR-2', # Neptune Run ID of a run with artifact
mode='read-only')
neptune_download(run['artifacts/images'], destination='datasets/train/images')
# }
Run the code above in your browser using DataLab