Skip to content
Prev 328073 / 398498 Next

cannot base64decode string which is base64encode in R

On 06/08/2013 08:34, Qiang Wang wrote:
It is not possible.  Character strings in R cannot contain nuls (not 
nulls, sic).  Use raw vectors instead.

This is documented, so time to read some manuals ....