Learn R Programming

paws.database (version 0.7.0)

neptunedata_execute_open_cypher_query: Executes an openCypher query

Description

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.

Usage

neptunedata_execute_open_cypher_query(openCypherQuery, parameters = NULL)

Arguments

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.