ZoteroTypes {c2z}R Documentation

List with empty zotero-items

Description

Each tibble in the list represents a zotero-item

Usage

ZoteroTypes(type = NULL, names = TRUE)

Arguments

type

Type of zotero-item, Default: NULL

names

return only column names if set to TRUE, Default: TRUE

Format

A list with 36 tibbles with zero rows and various columns

Details

Used to create Zotero-items from list of metadata

Value

Either list of zotero-items or specified item

Examples

# All zotero-items
names(ZoteroTypes())
# Column names of item-type `book`
ZoteroTypes("book")

[Package c2z version 0.2.0 Index]