Updating {RBaseX} | R Documentation |
Updating
Description
Check if the query contains updating expressions.
Usage
Updating(query_obj)
Arguments
query_obj |
Query instance-ID |
Details
Returns TRUE if the query contains updating expressions; FALSE otherwise.
Value
This function returns a list with the following items:
-
result Result
-
success A boolean, indicating if the command was completed successfull
[Package RBaseX version 1.1.2 Index]