Does the DBMS require temp table emulation?
requiresTempEmulation(dbms)
The type of DBMS running on the server. See connect()
or createConnectionDetails()
for
valid values.
TRUE if the DBMS requires temp table emulation, FALSE otherwise.
requiresTempEmulation("postgresql")
#> [1] FALSE
requiresTempEmulation("oracle")
#> [1] TRUE