# Hide all code + messages knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE) # Load package quietly suppressPackageStartupMessages({ library(plotly) })
## Warning: package 'plotly' was built under R version 4.5.1