readr::write_csv(x = PMIDList_pancreas,
path = "~/AutoJournalWatch/data/PMIDList_pancreas.csv",
col_names = FALSE
# , append = TRUE
)
readr::write_csv(x = PMIDList_gallbladder,
path = "~/AutoJournalWatch/data/PMIDList_gallbladder.csv",
col_names = FALSE)
readr::write_csv(x = PMIDList_bileducts,
path = "~/AutoJournalWatch/data/PMIDList_bileducts.csv",
col_names = FALSE)
readr::write_csv(x = PMIDList_ampulla,
path = "~/AutoJournalWatch/data/PMIDList_ampulla.csv",
col_names = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.