| stop_gmql {RGMQL} | R Documentation |
It stops GMQL server processing
stop_gmql()
None
## This statement first initializes GMQL with local processing and with
## sample file output format as tab-delimited, and then stops it
init_gmql("tab", FALSE)
stop_gmql()