CristinSupported {c2z} | R Documentation |
Used to filter Cristin categories that are not supported
CristinSupported(
data = NULL,
zotero.check = TRUE,
zotero = NULL,
remove.na = TRUE,
replace.na = "book",
force.type = NULL,
remove.duplicates = TRUE,
silent = FALSE,
log = list()
)
data |
Zotero-type matrix, Default: NULL |
zotero.check |
Should the function look for duplicates?, Default: TRUE |
zotero |
List with Zotero information used to check for duplicates, Default: NULL |
remove.na |
Cristin contains many, more or less, obscure categories, and not all are (yet) supported. By default these are removed, however, if this option is set to FALSE unsupported categories are treated according to replace.na, Default: TRUE |
replace.na |
May the odds be in your favor and replace unsupported categories with a predefined itemType if remove.na is set to false, Default: 'book' |
force.type |
Force all items to a predefined itemType, Default: NULL |
remove.duplicates |
Remove duplicates if TRUE, Default: TRUE |
silent |
c2z is noisy, tell it to be quiet, Default: FALSE |
log |
A list for storing log elements, Default: list() |
Please see https://oeysan.github.io/c2z/
Zotero supported items with unsupported categories as NA
# Supported Cristin items
print(CristinSupported(), n = 5)