quoted_printable_encode {gmailr} | R Documentation |
Encode text using quoted printable
Description
Does no do any line wrapping of the output to 76 characters Implementation derived from the perl MIME::QuotedPrint
Usage
quoted_printable_encode(data)
Arguments
data |
data to encode |
References
http://search.cpan.org/~gaas/MIME-Base64-3.14/QuotedPrint.pm
[Package gmailr version 2.0.0 Index]