Takes variable queries with table output ie. no nodes no rels
dbquery(query, params = FALSE, cypherurl = NULL, user = NULL,
password = NULL, justPost = FALSE, verbose = FALSE, test = FALSE,
jsonresponse = "", ...)
char string with cypher Query, rmbr to escape double quotes if any; read LUCENE
a list object. ie params required by a cypher query, false if query requires no parameters; default
address of database, inclusive of ports
database username
database password
its just a POST request
to print details out
for testing, function takes a given json response in the form of a character string provided in argument jsonresponse
string equivalent to the json response from querying the database
allows for additional arguments to be passed into dbquery