Fixing typo (#1393)
This commit is contained in:
parent
ccf52d5dc8
commit
51a9fb2aef
|
@ -528,7 +528,7 @@ The chunk label is used to generate the file name of the graphic on disk, so nam
|
|||
## Tables
|
||||
|
||||
Similar to figures, you can include two types of tables in a Quarto document.
|
||||
They can be markdown tables that you create in directly in your Quarto document (using the Insert Table menu) or they can be tables generated as a result of a code chunk.
|
||||
They can be markdown tables that you create directly in your Quarto document (using the Insert Table menu) or they can be tables generated as a result of a code chunk.
|
||||
In this section we will focus on the latter, tables generated via computation.
|
||||
|
||||
By default, Quarto prints data frames and matrices as you'd see them in the console:
|
||||
|
|
Loading…
Reference in New Issue