Package: blob 1.2.4.9019
blob: A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
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.
Authors:
blob_1.2.4.9019.tar.gz
blob_1.2.4.9019.zip(r-4.6)blob_1.2.4.9019.zip(r-4.5)blob_1.2.4.9019.zip(r-4.4)
blob_1.2.4.9019.tgz(r-4.5-any)
blob_1.2.4.9019.tar.gz(r-4.6-any)blob_1.2.4.9019.tar.gz(r-4.5-any)
blob_1.2.4.9019.tgz(r-4.5-emscripten)
blob.pdf |blob.html✨
blob/json (API)
NEWS
| # Install 'blob' in R: |
| install.packages('blob', repos = c('https://tidyverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tidyverse/blob/issues
Pkgdown/docs site:https://blob.tidyverse.org
Last updated from:7c4e4f6943. Checks:7 ERROR, 2 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | ERROR | 115 | |
| source / vignettes | OK | 147 | |
| linux-release-x86_64 | ERROR | 105 | |
| macos-release-arm64 | ERROR | 83 | |
| macos-oldrel-arm64 | ERROR | 106 | |
| windows-devel | ERROR | 65 | |
| windows-release | ERROR | 75 | |
| windows-oldrel | ERROR | 69 | |
| wasm-release | OK | 107 |
Exports:as_blobas.blobblobis_blobnew_blobvalidate_blobvec_cast.blobvec_ptype2.blob
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Construct a blob object | as_blob blob is_blob new_blob validate_blob |
| Coercion | vec_ptype2.blob |
