My R code like this:
as.character(c(x[1],recursive = TRUE))
as.numeric(c(x[2],recursive = TRUE))
I really don't know what's the meaning of the recursive
parameter. Sometimes, I eliminate this parameter and lead to some error message, but sometimes are normal. I can't find any help information in R, so I hope someone can help me.