Displaying 1 result from an estimated 1 matches for "s_object".
Did you mean:
_object
2008 Nov 19
1
RMySQL 0.6-1 Package Install Fails in R 2.5.1 (pclinuxos)
...* define similar table for generating friendly type names
*/
struct data_types {
char *typeName;
Sint typeId;
};
/* return the primitive type name for a primitive type id */
char *RS_DBI_getTypeName(Sint typeCode, const struct data_types table[]);
/* same, but callable from S/R and vectorized */
s_object *RS_DBI_SclassNames(s_object *types); s_object
*RS_DBI_createNamedList(char
**names, Stype *types, Sint *lengths, Sint n);
s_object *RS_DBI_copyFields(RS_DBI_fields *flds);
void RS_na_set(void *ptr, Stype type);
int RS_is_na(void *ptr, Stype type);
extern const struct data_types RS_dataTypeTable[]...