View source: R/neptune_upload_files.R
neptune_upload_files | R Documentation |
Uploads the provided file or files and stores them inside the FileSet.
neptune_upload_files(x, globs, wait=FALSE)
x |
Field |
globs |
character or vector of characters - Path or paths to the files to be uploaded. |
wait |
logical - If TRUE the client will wait to send all tracked metadata to the server before making the assignment. This makes the call synchronous. |
None
Authors:
Mateusz Dominiak
Maintainer: Neptune DevTeam Devbackend@neptune.ai
Useful links:
Documentation https://docs.neptune.ai/
Report bugs at https://github.com/neptune-ai/neptune-r/issues
## Not run:
run <- neptune_init(api_token = ANONYMOUS_API_TOKEN,
project = "common-r/quickstarts")
neptune_upload_files(run['artifacts/images'], "path/to/file")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.