Converts a Macaulay2 CC (complex number) to an R complex vector of length 1.
i1 : RObject ii
--error or time limit reached in conversion of output to net: type 'debugError()' to run it again; will try conversion to string
o1 = 0+1i
o1 : RObject of type complex
i2 : RObject(3 + 2*ii)
--error or time limit reached in conversion of output to net: type 'debugError()' to run it again; will try conversion to string
o2 = 3+2i
o2 : RObject of type complex
See also
new RObject from RR -- create an R double vector from a real or rational number