blobLength: attempts to determine the length (in bytes) of the individual...

View source: R/transformRaw.R

blobLengthR Documentation

attempts to determine the length (in bytes) of the individual elements of a blob-type column of a data.frame. It should (!) return an integer value of course (as all elements are supposed to have the same length). Also: if all elements of the column are NA, the the result will be NaN

Description

attempts to determine the length (in bytes) of the individual elements of a blob-type column of a data.frame. It should (!) return an integer value of course (as all elements are supposed to have the same length). Also: if all elements of the column are NA, the the result will be NaN

Usage

blobLength(blobList)

Arguments

blobList

one column of a data.frame (as a list) of blob (raw) element type elements

Value

the length of the elements in the data.frame (or list) column. Again: this should be an integer

Note

meant for use in debugging problems


BenBruyneel/proteinDiscover documentation built on March 16, 2024, 4:36 p.m.