Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

labkey.setDebugMode

Helper function to enable/disable debug mode.


Description

When debug mode is enabled, the GET/POST calls with output information about the request being made and will output a raw string version of the response object.

Usage

labkey.setDebugMode(debug = FALSE)

Arguments

debug

a boolean specifying if debug mode is enabled or disabled

Author(s)

Cory Nathe

Examples

library(Rlabkey)
labkey.setDebugMode(TRUE)
labkey.executeSql(
    baseUrl="http://localhost:8080/labkey",
    folderPath="/home",
    schemaName="core",
    sql = "select * from containers")

Rlabkey

Data Exchange Between R and 'LabKey' Server

v2.6.0
Apache License 2.0
Authors
Peter Hussey
Initial release
2021-02-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.