hugo_memorise_table: Saves a table

Description Usage Arguments Author(s) Examples

Description

Saves a table in the directory chosen at the beginning of the current Hugo Investigation in the subfolder 'gallery' in .rda file and tables in markdown, .xlsx, and .docx format in .md file

Usage

1

Arguments

table

a table to be saved

name

a name of files

Author(s)

Maria Piliszek

Examples

1
2
3
4
5
6
  ## Not run: a <- 1:3
  tab <- table(a, sample(a))
  hugo_memorise_table(tab, name = "table")
  Or save as "tab":
  hugo_memorise_table(tab)
## End(Not run)

pbiecek/hugo documentation built on May 12, 2019, 6:24 p.m.