R/writeFiles.R

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)
sbalci/AutoJournalWatch documentation built on Aug. 13, 2020, 4:18 p.m.