Hi , I am asking too many questions , sorry for that . I am creating a data frame in C itself , reading a table .
The data frame calling code looks like this ====================================== *PROTECT(dfm=lang2(install("data.frame"),df));* *SEXP res = PROTECT(eval(dfm,R_GlobalEnv));* UNPROTECT(2); return res; ================================== It works fine , now the problem is I want to do the below one from C itself ( adding the *stringsAsFactors = FALSE* parameter) df <- data.frame(gender, age, *stringsAsFactors = FALSE*); How can I do it from C , adding extra parameters. Anyone has pointer or any example . It will be great help. I find the arguments will always be in pair , i don't find any example. I try to see the source code ,not able to make it Thanks [[alternative HTML version deleted]] ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel