ZOO-Project
|
service_internal_r.h File Reference
#include <Rinternals.h>
#include <Rembedded.h>
#include "service_internal.h"
#include "response_print.h"
#include "cgic.h"
Go to the source code of this file.
Functions | |
SEXP | RList_FromMaps (maps *t) |
Convert a maps to a R List. More... | |
SEXP | RList_FromMap (map *t) |
Convert a map to a R List. More... | |
maps * | mapsFromRList (SEXP t) |
Convert a R List to a maps. More... | |
map * | mapFromRList (SEXP t) |
Convert a R List to a map. More... | |
int | zoo_r_support (maps **, map *, service *, maps **, maps **) |
Load a R script then run the function corresponding to the service by passing the conf, inputs and outputs parameters by reference. More... | |
SEXP | RTranslate (SEXP) |
Use the ZOO-Services messages translation function from the R environment. <
Support ZOO-ProjectSearchContext NavigationMain Navigation |