The stdvectors package allows the creation and manipulation of C++ std::vector's in R. std::vector's are dynamically allocated arrays, which are especially helpful when you need to fill a huge vector ...
I am working on implementing tensorstore into a applications workflow. Currently we are using a 4d vector to store the data within the application. I have been able to get 1d vectors to work correctly ...