oracle_create_table: Create table from '{dbplyr}' chain

View source: R/oracle_create_table.R

oracle_create_tableR Documentation

Create table from {dbplyr} chain

Description

Pipe into the end of a {dbplyr} to create a table in your database schema.

Usage

oracle_create_table(df, schema_name = NULL, table_name, overwrite = TRUE)

Arguments

df

Lazy Oracle table

schema_name

Name of the schema. Default is NULL (your own).

table_name

Name of the table

overwrite

Whether to overwrite an existing table

Examples

## Not run: 
dplyr::tbl(src = con, from = "DUAL") %>%
  oracle_create_table("<schema_name>", "<table_name>")

## End(Not run)


nhsbsa-data-analytics/nhsbsaR documentation built on Jan. 25, 2025, 8:54 a.m.