Learn R Programming

paws.analytics (version 0.7.0)

glue_run_statement: 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.