Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

coerce_bytes_literals_to_string

Transforms a python2 string literal or python3 bytes literal into an R string


Description

This is useful to call eg for the KMS call, where python2 returns a string, but python3 returns bytes literals – calling "decode" is tricky, but bytearray conversion, then passing the raw vector to R and converting that a string works.

Usage

coerce_bytes_literals_to_string(x)

Arguments

x

string

Value

string


botor

'AWS Python SDK' ('boto3') for R

v0.3.0
AGPL-3
Authors
Gergely Daróczi [aut, cre] (<https://orcid.org/0000-0003-3149-8537>), System1 [fnd]
Initial release
2020-02-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.