Description Usage Arguments Value Examples
Extract EXPERIMENT table from Labkey
1 2 | extract_experiment(rodbc_chan, cultures = NULL, protocols = NULL,
annees = NULL, essais = NULL)
|
rodbc_chan |
channel odbc created by labkey_connectRLabkey |
cultures |
a vector of character (length 1 = code culture) |
protocols |
a vector of character (length 3 = protocol code) |
annees |
a vector of years |
essais |
a vector of character (max length 11) |
a experiment dataframe
1 2 | lbk <- labkey_connect(login="consult", mdp="cetiom")
experiment <- extract_experiment(lbk, cultures=c("T","C"), protocols="VCE", annees=c(2017,2018))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.