stop_gmql {RGMQL}R Documentation

Stop GMQL server

Description

It stops GMQL server processing

Usage

stop_gmql()

Value

None

Examples


## 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()


[Package RGMQL version 1.0.2 Index]