View source: R/write_table_code.R
write_table_code | R Documentation |
Take a table and transforms it into lines of code which can be written and inserted.
write_table_code(table, name)
table |
Data.frame or tibble. Table which should be written as code. |
name |
Character. Name of the resulting table. |
A vector of character in which entries are lines to be written.
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.