Curated DiVA corpus data A curated version of DiVA data with S2_publication_ID and S2_authors

kth_diva_curated(jq = NULL)

Arguments

jq

query for filtering the data

Value

tibble

Examples

if (FALSE) {
 kth_diva_curated(jq = 'select(.PID == "13125" or .PID == "461429")')
 kth_diva_curated(jq = 'select(.S2_publication_ID == "f00ec4c737ca6722a4629eb5bcc25787c2173df5")')
}