remote_processing: Disable or Enable remote processing

Description Usage Arguments Details Value Examples

View source: R/gmql_init.R

Description

It allows to enable or disable remote processing

Usage

1
remote_processing(is_remote)

Arguments

is_remote

logical value used in order to set the processing mode. TRUE: you set a remote query processing mode, otherwise it will be local

Details

The invocation of this function allows to change mode of processing. After invoking collect() function, it is not possbile to switch the processing mode.

Value

None

Examples

1
2
3
4
5
6
7
## This statement initializes GMQL with local processing with sample 
## files output format as tab-delimited, and then it changes processing 
## mode to remote

init_gmql("tab", remote_processing = FALSE)

remote_processing(TRUE)

RGMQL documentation built on Nov. 8, 2020, 5:59 p.m.