date_of_id <- function(i) {
df_threads %>%
purrr::pluck("id", i) %>%
gmailr::gm_thread() %>%
purrr::pluck("messages", 1) %>%
gmailr::gm_date()
}
from_of_id <- function(i) {
df_threads %>%
purrr::pluck("id", i) %>%
gmailr::gm_thread() %>%
purrr::pluck("messages", 1) %>%
gmailr::gm_from()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.