Learn R Programming

neptune (version 0.2.3)

neptune_get_structure: Returns a run's metadata structure in form of a named list.

Description

Returns a run's metadata structure in form of a named list. This method can be used to traverse the run's metadata structure programmatically when using Neptune in automated workflows.

Usage

neptune_get_structure(run)

Arguments

run

Neptune run object.

Value

Named list containing all metadata stored for run

See Also

Useful links:

Examples

Run this code
# 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")
str <- neptune_get_structure(run)
# }

Run the code above in your browser using DataLab