geocryology/PermafrostDB: PermafrostDB

R interface for Carleton Permafrost database. This interface uses a read-only login to the database and is mostly for data access. Data import is done over a web interface with separate credentials, INSERT, UPDATE, DELETE queries run from this R interface need to establish a database connection with suitable login credentials, first. When you use R to INSERT, UPDATE, DELETE, please: (a) document your work meticulously, (b) think before you execute, and (c) make sure you use transactions with BEGIN / ROLLBACK / COMMIT where you can first test your changes before making them permanent.

Getting started

Package details

Maintainer
LicenseGPL (>=3)
Version1.3.3
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("geocryology/PermafrostDB")
geocryology/PermafrostDB documentation built on April 17, 2025, 11:54 a.m.