Skip to content

Get Calculation Execution Code

athena_get_calculation_execution_code R Documentation

Retrieves the unencrypted code that was executed for the calculation

Description

Retrieves the unencrypted code that was executed for the calculation.

Usage

athena_get_calculation_execution_code(CalculationExecutionId)

Arguments

CalculationExecutionId

[required] The calculation execution UUID.

Value

A list with the following syntax:

list(
  CodeBlock = "string"
)

Request syntax

svc$get_calculation_execution_code(
  CalculationExecutionId = "string"
)