The goal of connector.logger is to implement the log function(s) from whirl to log read, write, and delete operations.
You can install the development version of connector.logger like so:
# install.packages("remotes")
remotes::install_github("NN-OpenSource/connector.logger")
This is a basic example which shows you how to solve a common problem:
library(connector.logger)
## basic example code