Skip to content

Run Statement

glue_run_statement R Documentation

Executes the statement

Description

Executes the statement.

Usage

glue_run_statement(SessionId, Code, RequestOrigin)

Arguments

SessionId

[required] The Session Id of the statement to be run.

Code

[required] The statement code to be run.

RequestOrigin

The origin of the request.

Value

A list with the following syntax:

list(
  Id = 123
)

Request syntax

svc$run_statement(
  SessionId = "string",
  Code = "string",
  RequestOrigin = "string"
)