Each tibble in the list represents a zotero-item
Arguments
- type
Type of zotero-item, Default: NULL
- names
return only column names if set to TRUE, Default: TRUE
Examples
# All zotero-items
names(ZoteroTypes())
#> [1] "artwork" "audioRecording" "bill"
#> [4] "blogPost" "book" "bookSection"
#> [7] "case" "conferencePaper" "dictionaryEntry"
#> [10] "document" "email" "encyclopediaArticle"
#> [13] "film" "forumPost" "hearing"
#> [16] "instantMessage" "interview" "journalArticle"
#> [19] "letter" "magazineArticle" "manuscript"
#> [22] "map" "newspaperArticle" "note"
#> [25] "patent" "podcast" "preprint"
#> [28] "presentation" "radioBroadcast" "report"
#> [31] "computerProgram" "statute" "tvBroadcast"
#> [34] "thesis" "videoRecording" "webpage"
# Column names of item-type `book`
ZoteroTypes("book")
#> [1] "itemType" "title" "creators" "abstractNote"
#> [5] "series" "seriesNumber" "volume" "numberOfVolumes"
#> [9] "edition" "place" "publisher" "date"
#> [13] "numPages" "language" "ISBN" "shortTitle"
#> [17] "url" "accessDate" "archive" "archiveLocation"
#> [21] "libraryCatalog" "callNumber" "rights" "extra"
#> [25] "tags" "collections" "relations"