View source: R/labkey.defaults.R
labkey.setDebugMode | R Documentation |
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.
labkey.setDebugMode(debug = FALSE)
debug |
a boolean specifying if debug mode is enabled or disabled |
Cory Nathe
## Not run:
library(Rlabkey)
labkey.setDebugMode(TRUE)
labkey.executeSql(
baseUrl="http://localhost:8080/labkey",
folderPath="/home",
schemaName="core",
sql = "select * from containers")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.