Added R methods and their c counterparts for connection and database management
This commit is contained in:
8
src/R_list_item.h
Normal file
8
src/R_list_item.h
Normal 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__
|
||||
Reference in New Issue
Block a user