zot_create_csv_template: Create a template to facilitate import of csv files

View source: R/edit_item.R

zot_create_csv_templateR Documentation

Create a template to facilitate import of csv files

Description

Create a template to facilitate import of csv files

Usage

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


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

giocomai/zoteroR documentation built on June 12, 2025, 9:32 p.m.