View source: R/connect_function.R
get_connected | R Documentation |
Opens connection to Oracle database schemas (RODBC) This function opens RODBC connections to database schemas such as the AFSC schemas. Users will be prompted for username and password. schema defaults to 'AFSC'
get_connected(schema = "AFSC")
schema |
The name of the schema to establish a connection with, in quotes. IMPORTANT: TNS.names file must include target schema. Defaults to AFSC. |
get_connected()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.