R Markdown
summary(cars)
## 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
##
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
##
## last_plot
## The following object is masked from 'package:stats':
##
## filter
## The following object is masked from 'package:graphics':
##
## layout

sessionInfo()
## R version 4.0.2 (2020-06-22)
## Platform: i386-w64-mingw32/i386 (32-bit)
## Running under: Windows 10 x64 (build 19041)
##
## Matrix products: default
##
## locale:
## [1] LC_COLLATE=English_Australia.1252 LC_CTYPE=English_Australia.1252
## [3] LC_MONETARY=English_Australia.1252 LC_NUMERIC=C
## [5] LC_TIME=English_Australia.1252
##
## attached base packages:
## [1] stats graphics grDevices utils datasets methods base
##
## other attached packages:
## [1] plotly_4.9.2.1 ggplot2_3.3.2
##
## loaded via a namespace (and not attached):
## [1] pillar_1.4.6 compiler_4.0.2 tools_4.0.2 digest_0.6.25
## [5] jsonlite_1.7.1 evaluate_0.14 lifecycle_0.2.0 tibble_3.0.3
## [9] gtable_0.3.0 viridisLite_0.3.0 pkgconfig_2.0.3 rlang_0.4.7
## [13] crosstalk_1.1.0.1 yaml_2.2.1 xfun_0.18 withr_2.3.0
## [17] dplyr_1.0.2 stringr_1.4.0 httr_1.4.2 knitr_1.30
## [21] generics_0.0.2 vctrs_0.3.4 htmlwidgets_1.5.2 grid_4.0.2
## [25] tidyselect_1.1.0 glue_1.4.2 data.table_1.13.0 R6_2.4.1
## [29] rmarkdown_2.4 farver_2.0.3 purrr_0.3.4 tidyr_1.1.2
## [33] magrittr_1.5 scales_1.1.1 ellipsis_0.3.1 htmltools_0.5.0
## [37] colorspace_1.4-1 labeling_0.3 stringi_1.5.3 lazyeval_0.2.2
## [41] munsell_0.5.0 crayon_1.3.4 Cairo_1.5-12.2