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

...

further arguments ignored


[Package gmailr version 2.0.0 Index]