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

8
src/R_list_item.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef H__R_LIST_ITEM__
#define H__R_LIST_ITEM__
#include <Rinternals.h>
SEXP R_listItem(SEXP list, const char *name);
#endif // H__R_LIST_ITEM__