R/rob_tools.R

Defines functions rob_tools

Documented in rob_tools

#' List tools covered by rob_summary().
#' @description rob_tools() will list the tools that can currently be plotted using the rob_summary() function.
#' @examples
#' rob_tools()
#' @export

rob_tools <- function() {
    print("ROB2")
    print("ROBINS-I")
    print("QUADAS-2")
    print("ROB1")
    print("ROBINS-I Online")
}

Try the robvis package in your browser

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

robvis documentation built on Dec. 1, 2019, 1:24 a.m.