| crc32 {SparkR} | R Documentation | 
Calculates the cyclic redundancy check value (CRC32) of a binary column and returns the value as a bigint.
crc32(x) ## S4 method for signature 'Column' crc32(x)
| x | Column to compute on. | 
crc32 since 1.5.0
Other misc_funcs: hash, md5,
monotonically_increasing_id,
sha1, sha2
## Not run: crc32(df$c)