Accessing multiple queries in R View | laurapas | 2016-01-15 10:59 |
Status: Closed | ||
Hi Jon, It looks like we are using older versions. See below. Is this the only way to access multiple SQL tables within an R View inside LabKey? I can only access one table directly (i.e., labkey.data), but need to use the Rlabkey package to access additional tables within the same script? Console output Loading required package: RCurl Loading required package: bitops Loading required package: rjson R version 3.1.2 (2014-10-31) Platform: i386-w64-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] Rlabkey_2.1.125 rjson_0.2.15 RCurl_1.95-4.5 bitops_1.0-6 _ platform i386-w64-mingw32 arch i386 os mingw32 system i386, mingw32 status major 3 minor 1.2 year 2014 month 10 day 31 svn rev 66913 language R version.string R version 3.1.2 (2014-10-31) nickname Pumpkin Helmet > proc.time() user system elapsed 1.07 0.03 1.12 |
||