assertTempEmulationSchemaSet | R Documentation |
Asserts the temp emulation schema is set for DBMSs requiring temp table emulation.
If you know your code uses temp tables, it is a good idea to call this function first, so it can throw an informative error if the user forgot to set the temp emulation schema.
assertTempEmulationSchemaSet(
dbms,
tempEmulationSchema = getOption("sqlRenderTempEmulationSchema")
)
dbms |
The type of DBMS running on the server. See |
tempEmulationSchema |
The temp emulation schema specified by the user. |
Does not return anything. Throws an error if the DBMS requires temp emulation but the temp emulation schema is not set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.