as.character.mime {gmailr}R Documentation

Convert a mime object to character representation

Description

This function converts a mime object into a character vector

Usage

## S3 method for class 'mime'
as.character(x, newline = "\r\n", ...)

Arguments

x

object to convert

newline

value to use as newline character

...

futher arguments ignored


[Package gmailr version 0.7.1 Index]