add_attachment in blastula R package
问题 How can I sent an attachment in blastula. correo <- compose_email( body = md("Tarea_01")) correo %>% add_attachment(file = "emilia/tarea_01/liquenes.csv", filename = "liquenes") correo %>% smtp_send( from = "xxxxxx@gmail.com", to = "xxxxxxx@gmail.com", subject = "Tarea_01", credentials = creds_key(id = "gmail") ) I can send the email but there is no attachment in received email. Any clue why there is no attachment? Manuel 回答1: The add_attachments() function didn't work for me. I "de