blob: 99ad157792438e9b22c809c96dfd6dafcc7e0ae1 (
plain) (
blame)
1
2
3
|
R's raw vector is useful for storing a single binary object. What if you want
to put a vector of them in a data frame? The 'blob' package provides the blob
object, a list of raw vectors, suitable for use as a column in data frame.
|