R/classify.R
issues_swepub.Rd
DiVA publication records from KTH with subject classification issues
issues_swepub(
institution = "kth",
year_beg = 2012L,
year_end = 2020L,
page_size = 20
)
the institution string, Default: 'kth'
filter from year, Default: 2012
filter to year, Default: 2020
for paged responses, the page length, Default: 20
a tibble with results
if (FALSE) {
if(interactive()){
issues_swepub()
}
}