View source: R/utility_functions.R
ldb_creation_script | R Documentation |
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.
ldb_creation_script(dest = "dbcreate.sql")
dest |
The destination path and filename. Defaults to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.