glue_run_statement {paws.analytics}R Documentation

Executes the statement

Description

Executes the statement.

See https://www.paws-r-sdk.com/docs/glue_run_statement/ for full documentation.

Usage

glue_run_statement(SessionId, Code, RequestOrigin = NULL)

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.


[Package paws.analytics version 0.9.0 Index]