Collection of functions for sanity checks of databases and data wrangling in R (plus some functions to run QGIS via R)


This package is developed to apply some testing for a specific case. Still some code could be adapted to other problems. However it will not just run and the package does not take care of all dependencies ...


Installing

Install via devtools or Cloning from GitHub

devtools::install_github(repo = "mottensmann/DBChecks")

Issues

RQGIS3 is not maintained any longer and functions are now rewritten with qgisprocess instead. For both packages, the integration of QGIS can be tricky and automatic configuration as implemented by RQGIS3 and qgisprocess can fail. On windows this worked for QGIS version: 3.16.15-Hannover

## set the path to the 
options(qgisprocess.path = "PATH-TO/qgis_process-qgis-ltr.bat")
qgis_configure()

Overview of the repository content

R Some functions

Usage

library(DBChecks)
check.buzzard_db(input = "buzzard_db.RData")



mottensmann/DBChecks documentation built on Feb. 3, 2022, 9:21 p.m.