# NOT RUN {
# We are using api token for an anonymous user neptuner. For your projects use your private token.
init_neptune(api_token = 'ANONYMOUS',
project_name = 'shared/r-integration')
# Start logging
create_experiment(name = 'my first experiment')
file = tempfile()
x=1:10
save(x, file=file)
log_artifact(filename = file)
# Stop logging
stop_experiment()
# See an example experiment here https://ui.neptune.ai/o/shared/org/r-integration/e/RIN-56/logs
# }
Run the code above in your browser using DataLab