isTempTable function

Helper method used to determine if a table identifier is that of a temporary table.

Helper method used to determine if a table identifier is that of a temporary table.

Currently implemented only for select back-ends where we have a use for it (SQL Server, for example). Generic, in case we develop a broader use case.

isTempTable(conn, name, ...) ## S4 method for signature 'OdbcConnection,Id' isTempTable(conn, name, ...) ## S4 method for signature 'OdbcConnection,SQL' isTempTable(conn, name, ...)

Arguments

  • conn: OdbcConnection
  • name: Table name
  • ...: additional parameters to methods
  • Maintainer: Hadley Wickham
  • License: MIT + file LICENSE
  • Last published: 2025-03-27