write_table_cache: Write Out a Table to knitr's Cache Directory

Description Usage Arguments Value

Description

Writes out the given table to a text file to the currently used cache directory, and returns the path to the file written.

Usage

1
2
write_table_cache(x, file = paste(knitr::opts_current$get("label"), ".csv",
  sep = ""), ...)

Arguments

x

Data to write out.

file

File name to write to.

...

Other parameters passed to write.csv().

Value

The name of the output file.


petrelharp/templater documentation built on May 25, 2019, 2:54 a.m.