Description Usage Arguments Details Value See Also Examples
Creates a bare bone for generating a markdown table. Alignments and size of the table can be input by users.
| 1 | 
| nrow, ncol | number of columns and rows for the table | 
| align | Column alignment: a single character of 'l' (left), 'c' (center) and/or 'r' (right). If align = 'l', all columns are left aligned. e.t.c. | 
| header | A character vector of length = ncol to be used for the header of the table. Default NA. | 
The output markdown source code is stored as character vector in R. It can be further copied and pasted for other usage.
A character vector of the table source code.
Other R packages such as 'kableExtra', and 'tables' for HTML and LaTeX tables, and ascii and pander for different flavors of markdown output and some advanced features and table styles.
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.