Added R methods and their c counterparts for connection and database management

This commit is contained in:
2020-10-02 13:12:03 +01:00
parent 91013ea064
commit 907d848791
19 changed files with 847 additions and 28 deletions

14
man/modb_disconnect.Rd Normal file
View File

@@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Manage.R
\name{modb_disconnect}
\alias{modb_disconnect}
\title{MODB Connections}
\usage{
modb_disconnect(...)
}
\arguments{
\item{...}{conn_id, conn_name or conn_ref required. See \link{modb_conn_ref}}
}
\description{
modb_disconnect closes a database connection and cleans up the instance
}