Description Usage Arguments Author(s) Examples
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
1 | hugo_memorise_table(table = NULL, name = substitute(table))
|
table |
a table to be saved |
name |
a name of files |
Maria Piliszek
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.