requiresTempEmulation | R Documentation |
Does the DBMS require temp table emulation?
requiresTempEmulation(dbms)
dbms |
The type of DBMS running on the server. See |
TRUE if the DBMS requires temp table emulation, FALSE otherwise.
requiresTempEmulation("postgresql")
requiresTempEmulation("oracle")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.