Skip to contents

The goal of connector.logger is to implement the log function(s) from whirl to log read, write, and delete operations.

Installation

You can install the development version of connector.logger like so:

# install.packages("remotes")
remotes::install_github("NN-OpenSource/connector.logger")

Example

This is a basic example which shows you how to solve a common problem:

library(connector.logger)
## basic example code