我已经设置了 gmailR 以通过电子邮件共享数据帧。我得到以下错误。请帮忙
email <- send_message(mime(from="xxxx@yyyy.com", to="xxxx@yyyy.com",
subject="Text Email Testing", body = pander_return(pander(head(iris, 3)))))
Auto-refreshing stale OAuth token.
Warning message:
In charToRaw(x) : argument should be a character vector of length 1
all but the first element will be ignored