Download a MODS collection XML file from DiVA given parameters
     
    
    download_diva_mods_collection(
  y_beg = 2023,
  y_end = 2023,
  orgid = 177,
  destfile = file.path(tempdir(), "diva-mods-collection.xml"),
  publication_types = c("bookReview", "review", "article", "conferencePaper")
)
 
     
    
    Arguments
- y_beg
 
from year issued (inclusive)
 
- y_end
 
to year issued (inclusive)
 
- orgid
 
the organisation id in DiVA, by default 177 (for KTH)
 
- destfile
 
the path to the xml file, by default a file in the tempdir
 
- publication_types
 
a character vector of publication types