Top |
int write_db_data (const char *fname
,const int *list
,gretlopt opt
,const DATASET *dset
);
Writes the listed series from dset
to a gretl database. If opt
includes OPT_F (force, overwrite), then in case any variables
in the database have the same names as some of those in list
,
replace the ones in the database. Otherwise, in case of replicated
variables, set an error message and return E_DB_DUP.