Skip to contents

Writes the same file shape as write_template(), with your content in the report column. Use this to save and resume a partly-finished table; use write_report() when you have a full report object and want the paper's details written in too.

Usage

write_items(items, path)

Arguments

items

A data frame of items.

path

Output file path.

Value

The path, invisibly.

Examples

if (FALSE) { # \dontrun{
write_items(items, "INSTAR.csv")
} # }