Learn R Programming

RBaseX (version 1.1.2)

Close: Close

Description

Closes and unregisters the query with the specified ID

Usage

Close(query_obj)

Value

This function returns a list with the following items:

  • info Info

  • success A boolean, indicating if the command was completed successfull

Arguments

query_obj

QueryClass instance-ID

Details

This method returns self invisibly, thus making it possible to chain together multiple method calls.