R/Info.R

Defines functions Info

Documented in Info

#' Info
#'
#' @param query_obj QueryClass instance-ID
#'
#' @return This function returns a list with the following items:
#'     \itemize{
#'       \item {Info} {Info}
#'       \item {success} {A boolean, indicating if the command was completed successfull}
#'     }
#'
#' @description Returns a string with query compilation and profiling info.
#'
#' @details If the query object has not been executed yet, an empty string is returned.
#'
#' @export
Info <- function(query_obj) {
  return(query_obj$queryObject$Info())
}

Try the RBaseX package in your browser

Any scripts or data that you put into this service are public.

RBaseX documentation built on Dec. 2, 2022, 5:10 p.m.