The function creates a new SQLite database for the globaltrends
package. The database is saved as file db/globaltrends_db.sqlite in
the working directory. If the folder db does not exists in the working
directory, the folder is created. If the database already exists in the
working directory, the function exits with an error. Within the database all
tables are created and the default location sets are added to the respective
table:
After creating the database, the function disconnects from the database.