Accessing multiple queries in R View | laurapas | 2016-01-14 17:02 | |||||||||||||||||||||||||||||||||||||||||||||||||||
Status: Closed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Hi, I am able to access the labkey.data as the data that I've chosen to base my R View on, but what if I need to access multiple queries (custom list, another custom SQL query, etc...) within the R script? I thought to use labkey.selectRows, but getting an error (See below). I can access fine outside LabKey, but not successful within LabKey. Is there a better way to access multiple data tables? Or I am doing something wrong? # Get peptide reference peptideref <- labkey.selectRows( baseUrl="https://labkey-dev.roche.com:8443/labkey", folderPath="/gRED/results", schemaName="lists", queryName="peptidereference", viewName="", colNameOpt = "fieldname", containerFilter=NULL ) ############ Error in function (type, msg, asError = TRUE) : Unknown SSL protocol error in connection to labkey-dev.roche.com:8443 Calls: labkey.selectRows ... getURI -> curlPerform -> .Call -> <Anonymous> -> fun Execution halted |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||