Evaluate an expression with a temporary default connection
Source:R/connection.R
with_connection.RdEvaluate an expression with a temporary default connection
Arguments
- con
A seatable_connection to use as the default for the duration of
expr.- expr
Expression to evaluate.
Examples
if (FALSE) { # \dontrun{
with_connection(seatable_connection("https://cloud.seatable.io/"), {
seatable_query("SELECT * FROM banc_meta")
})
} # }