Learn R Programming

RBaseX (version 0.9.2)

Close: Close

Description

Closes and unregisters the query with the specified ID

Usage

Close(query_obj)

Arguments

query_obj

QueryClass instance-ID

Value

This function returns a list with the following items:

  • info Info

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

Details

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