zot_create_csv_template: Create a template to facilitate import of csv files

Description Usage Arguments Value Examples

View source: R/edit_item.R

Description

Create a template to facilitate import of csv files

Usage

1
zot_create_csv_template(item_type = "book", cache = TRUE)

Arguments

item_type

Defaults to "book". It must correspond to a valid item type. You can chech which item types are valid with the function 'zot_get_item_types()'

cache

Logical, defaults to TRUE. If TRUE, it stores the template in a "zot_cache" folder in the current working directory.

Value

A data frame, with one column for each accepted input for the given item type.

Examples

1
book_template_df <- zot_create_csv_template(item_type = "book")

giocomai/zoteroR documentation built on Feb. 23, 2020, 9:52 a.m.