connector.logger
is a package that provides a set of
functions to connect to data source and read and write
data from it.
Introduction
This vignette demonstrates how to use the
connector.logger
package to connect to data source and
access different types of data.
First let’s load all the packages we’re going to use in this vignette:
Connect to data source
When we want to connect to data source we can use…
# Load data connection
con <- ...
After the setup is done we can use these connection to read and write data from data source.