get_analysis_catalog_run: Get an analysis catalog run in the current project by name.

View source: R/analysis-catalog_services.R

get_analysis_catalog_runR Documentation

Get an analysis catalog run in the current project by name.

Description

Get an analysis catalog run in the current project by name.

Usage

get_analysis_catalog_run(
  analysis_catalog_name,
  analysis_catalog_run_name,
  conn
)

Arguments

analysis_catalog_name

The name of the Analysis Catalog

analysis_catalog_run_name

The name of the Analysis Catalog run

conn

gor connection structure, create it using platform_connect

Value

analysis_catalog_run structure

Examples

## Not run: 
api_key <- Sys.getenv("GOR_API_KEY")
project <- Sys.getenv("GOR_PROJECT")
conn <- platform_connect(api_key, project)
catalog <- get_analysis_catalog_run(analysis_catalog_name="test_ac_1",
                                      analysis_catalog_run_name = "test_ac_run_1",
                                      conn = conn)

## End(Not run)

wuxi-nextcode/gorr documentation built on Jan. 1, 2023, 7:54 a.m.