Fixing typo (#1393)

This commit is contained in:
alberto-agudo 2023-03-28 02:52:14 +02:00 committed by GitHub
parent ccf52d5dc8
commit 51a9fb2aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ The chunk label is used to generate the file name of the graphic on disk, so nam
## Tables ## Tables
Similar to figures, you can include two types of tables in a Quarto document. 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. 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: By default, Quarto prints data frames and matrices as you'd see them in the console: