getData | R Documentation |
R Function für generating a custom colorpallette of length x
getData(sqlquery, dbase = "ucchscience")
sqlquery |
:character vector - The SQL-Query |
dbase |
:character vector - Name of Database as specified in odbc.ini to parse internally into getDBConnect |
an DBIResult
Stefan Bartels, email@biobits.eu
result<-getData("Select * from Patients",dbase= "mydatabase")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.