bdc_db_lookups: Creates the product and customer tables

Description Usage Arguments

View source: R/db-lookups.R

Description

Creates the product and customer tables

Usage

1
2
3
4
5
bdc_db_lookups(
  con,
  product_data = bdc_data_products(),
  customer_data = bigdataclass::customers
)

Arguments

con

Database connection

product_data

Data for the products table

customer_data

Data for the customer table


edgararuiz/bigdataclass documentation built on Jan. 3, 2020, 6:46 p.m.