neptunedata_execute_open_cypher_query {paws.database} | R Documentation |
Executes an openCypher query. See Accessing the Neptune Graph with openCypher for more information.
See https://www.paws-r-sdk.com/docs/neptunedata_execute_open_cypher_query/ for full documentation.
neptunedata_execute_open_cypher_query(openCypherQuery, parameters = NULL)
openCypherQuery |
[required] The openCypher query string to be executed. |
parameters |
The openCypher query parameters for query execution. See Examples of openCypher parameterized queries for more information. |