I want to get a list of symbols to trade from an R function.

However, it seems that R bridge only supports returning an int, var or vararray from a call to an R function.

Is it possible to get something like a char array?