'data.frame': 50 obs. of 2 variables:
$ speed: num 4 4 7 7 8 9 10 10 10 11 ...
$ dist : num 2 10 4 22 16 10 18 26 34 17 ...
speed dist
Min. : 4.0 Min. : 2.00
1st Qu.:12.0 1st Qu.: 26.00
Median :15.0 Median : 36.00
Mean :15.4 Mean : 42.98
3rd Qu.:19.0 3rd Qu.: 56.00
Max. :25.0 Max. :120.00
This Quarto document creates a dashboard with two pages. The first page contains two rows: the first row has a plot of the cars dataset and two columns displaying the structure and summary of the cars dataset; the second row contains a plot of the pressure dataset. The second page contains two rows: the first row repeats the plot of the pressure dataset, and the second row includes a boxplot of the pressure dataset. The document concludes with a reference to a YouTube video on Quarto Dashboards.