Description Usage Arguments Value Author(s) Examples
View source: R/tidy_connections.R
validate_impala() - Validate impala connection This will validate an implyr impala connection. If it does not exists, it will try to safely establish the the connection and return it.
1 | validate_impala(impala = getOption("gtx.impala", NULL))
|
impala |
impala connection to validate. Defaults to checking options(gtx.impala). |
implyr impala connection
Karsten Sieber karsten.b.sieber@gsk.com
1 | impala <- validate_impala()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.