db_create_tables: Create new tables if they don't exist

Description Usage Arguments

View source: R/utils-db.R

Description

Create new tables if they don't exist

Usage

1
2
3
4
5
db_create_tables(
  con,
  tables = c("plantas", "siembras", "germinaciones", "hojas", "cosechas", "valores"),
  fill = FALSE
)

Arguments

con

connection to database, as returned by db_connect

tables

character vector indicating the name of the tables to create ("plantas", "siembras", "germinaciones", "hojas", "cosechas", and "valores" by default)))

fill

logical values indicating whether values should be filled in using db_fill_tables


cantabricagr/cantabricar documentation built on Dec. 19, 2021, 1:48 p.m.