ldb_creation_script: Write the database creation script to a file

View source: R/utility_functions.R

ldb_creation_scriptR Documentation

Write the database creation script to a file

Description

The package includes a copy of the SQL script used to create the PostgreSQL/PostGIS database structure that is assumed by the package functions. This function simply copies the script into a specified text file so that you can browse the code or use it to create your very own database.

Usage

ldb_creation_script(dest = "dbcreate.sql")

Arguments

dest

The destination path and filename. Defaults to dbcreate.sql in the current directory.


mbedward/CERMBldb documentation built on May 2, 2024, 8:10 a.m.