Write MODS collections as XML files, where each contains a certain number of MODS

write_mods_chunked(mods, outdir = ".", prefix = "mods", chunk_size = 25)

Arguments

mods

a vector of MODS generated from scopus_mods_crawl()

outdir

the directory to write the files

prefix

the pattern to prefix file names with, by default "mods"

chunk_size

the number of MODS in each batch, by default 25