Error: Failed to retrieve report results | Jon (LabKey DevOps) | 2016-05-27 11:18 |
Status: Closed | ||
Hi Shadi, Can you provide us with more details? What version of LabKey are you accessing? Are you accessing a local version of LabKey on your computer or are you accessing a production version on a server? What table or query are you working with to generate your R view against? Is it a list? A dataset from a study? An assay table? A table from a custom schema? If you click on Reports > Create R Report (or Views > Create > R View depending on which version of LabKey you're running), does the default code on the source tab that looks like this work when you go to the view tab afterwards? # This sample code returns the query data in tab-separated values format, which LabKey then # renders as HTML. Replace this code with your R script. See the Help tab for more details. write.table(labkey.data, file = "${tsvout:tsvfile}", sep = "\t", qmethod = "double", col.names=NA) Can you also send us a screenshot of the error you're seeing? Regards, Jon |
||