Re: [Rd] binary string conversion to a vector (PR#14120)
; vecS[3] [1] "I" [1] "done" > > # few tests of the function 'vector2string' in "R" > binV = c(1,0,0,1) > vector2string(binV, type="int") [1] "1001" > vector2string(binV, SS=" ", type="char") [1] "1
[Rd] binary string conversion to a vector (PR#14120)
Full_Name: Franc Brglez Version: R 2.9.1 GUI 1.28 Tiger build 32-bit (5444) OS: MacOSX -- 10.6.2 Submission from: (NULL) (24.148.163.114) I am demonstrating what may be a bug or my lack of experience. Please review as it would help to hear from someone. MANY THANKS -- Franc Brglez The function