You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in match(x, table, nomatch = 0L) : object 'cell.ext' not found.
I tried to look into the function and it looks like the problem is in this part:
cells <- sapply(strsplit(to, "@"), function(x) x[2]) %in% cell.ext[, 2]
Can you help me?
Thank you,
Marco
The text was updated successfully, but these errors were encountered:
Hi,
I try to run the code:
gmailR::gmail(
to = "mail",
subject = "Test",
password = "password",
message = "Attached file",
attachment = "attachment",
username = "mail"
)
but I get an error message:
Error in match(x, table, nomatch = 0L) : object 'cell.ext' not found.
I tried to look into the function and it looks like the problem is in this part:
cells <- sapply(strsplit(to, "@"), function(x) x[2]) %in% cell.ext[, 2]
Can you help me?
Thank you,
Marco
The text was updated successfully, but these errors were encountered: