zotero_notes: zotero_notes

Description Usage Arguments

View source: R/rmarkdown_functions.R

Description

Sends a data.frame to a word doc.

Usage

1
2
3
4
5
6
zotero_notes(
  csv,
  path,
  title = "Zotero notes",
  date = format(Sys.time(), "%d %B, %Y")
)

Arguments

csv

an exported csv from zotero. Study type stored in the extra field

path

a string. must end in .html

title

a string. Defaults to "Zotero notes"

date

a string. Defaults to current date


JConigrave/papertools documentation built on Dec. 6, 2019, 8:51 a.m.