remote_name() gives the unescaped name of the remote table, or NULL if it is a query (created by sql()) or already escape (created by ident_q()). remote_table() gives the remote table or the query. remote_query() gives the text of the query, and remote_query_plan()
the query plan (as computed by the remote database). remote_src() and remote_con() give the dplyr source and DBI connection respectively.