Re-jigged the class implementation to get better support from roxygen2 and CRAN check(). Majority of public functions are documented (remaining are the CRUD functions)

This commit is contained in:
2026-01-28 12:47:12 +00:00
parent b03c2691cd
commit 4a38372fc9
54 changed files with 900 additions and 279 deletions

View File

@@ -2,3 +2,7 @@
export(DBClient)
export(DBConnection)
import(R6)
importFrom(R6,R6Class)
importFrom(rlang,":=")
importFrom(rlang,.data)