dplyr.teradata (version 0.4.1)

blob_to_string: Convert blob to character.

Description

Convert blob to character.

Usage

blob_to_string(blob)

Arguments

blob

blob vector.

Examples

Run this code
# NOT RUN {
(x <- blob::as_blob("Good morning"))
#> [1] blob[12 B]
x[[1]]
#> [1] 47 6f 6f 64 20 6d 6f 72 6e 69 6e 67
blob_to_string(x)
#> [1] "476f6f64206d6f726e696e67"

# }

Run the code above in your browser using DataLab