R Markdown
R markdown is extended syntax provided by RStudio.
Tables represent the data in multidimensional format. Initially, tables are not supported in core markdown specification
, Once extended vendors likeGithubub formatted markdown` supported tables, the Markdown team added inbuilt support.
Tables containers rows and columns and headers, can be created using the Pipe operator !
and dash symbols -
.
Headers are created using a minimum of three hyphens, Columns of data or headers can be separated by the pipe symbol.