glue_run_statement {paws.analytics} | R Documentation |
Executes the statement.
See https://www.paws-r-sdk.com/docs/glue_run_statement/ for full documentation.
glue_run_statement(SessionId, Code, RequestOrigin = NULL)
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. |