R/scopus_mods.R
write_mods_chunked.Rd
Write MODS collections as XML files, where each contains a certain number of MODS
write_mods_chunked(mods, outdir = ".", prefix = "mods", chunk_size = 25)
a vector of MODS generated from scopus_mods_crawl()
the directory to write the files
the pattern to prefix file names with, by default "mods"
the number of MODS in each batch, by default 25