cls_genesis_file: Write file of script to create SQLite database.

Description Usage Arguments Value

View source: R/genesis.R

Description

When path is NULL the script is returned as a string and file is not written.

Usage

1
2
3
cls_genesis_file(x, collapse = schema_collapse,
  wrapper = schema_wrapper, path = NULL, header = poisson_header(x),
  footer = poisson_footer("data"))

Arguments

x

An object to get table schemas from.

collapse

A function to collapse schemas into a string.

wrapper

A function to modify schema text.

path

A string of the path to the new file.

header

A string of the header text.

footer

A string of the footer text.

Value

A string.


poissonconsulting/createsqlite documentation built on July 28, 2020, 2:15 p.m.