r - Decode base64 and unzip vector in-memory -



r - Decode base64 and unzip vector in-memory -

i'm using rcurl vector of zipped , base64 encoded text data. need decode , unzip original content. figured can utilize base64decode catools bundle decode vector. there way can unzip vector in memory? i've found unzip packages r work .zip files. i'm trying not write content file, unzip , read them back. there way can decode , unzip in memory?

you can utilize memdecompress in base r, you're looking @ support gzip, bzip2 & xz. if – @ os layer – create ram disk, you're technically not writing permanent file , getting similar in-memory benefits (if can't utilize memdecompress).

r vector base64 unzip

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -