to_docx: to_docx

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
7
8
9
to_docx(
  table,
  path,
  title = NULL,
  note = NULL,
  landscape = F,
  save_over = T,
  ...
)

Arguments

table

a dataframe or list of data.frames

path

a string. Where you want to save the file.

title

string. If provided, allows tables to be named

note

a string. Allows for notes

landscape

a bool. If true, outputs a landscape word doc

save_over

a bool. If true, to_docx will save over files with same path

...

additional arguements passed to apa_table


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