Learn R Programming

c2z (version 0.2.0)

ZoteroTypes: List with empty zotero-items

Description

Each tibble in the list represents a zotero-item

Usage

ZoteroTypes(type = NULL, names = TRUE)

Value

Either list of zotero-items or specified item

Format

A list with 36 tibbles with zero rows and various columns

Arguments

type

Type of zotero-item, Default: NULL

names

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

Details

Used to create Zotero-items from list of metadata

Examples

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

Run the code above in your browser using DataLab