#' RStudio IDE default keyboard shortcuts table.
#'
#' A dataset containing default RStudio IDE Keyboard shortcuts for Windows, Linux, and Mac.
#' Dataset created based on RStudio Support page. See source for web link.
#'
#' @format A tibble with one observation for each keyboard shortcut with the following columns
#' \describe{
#' \item{description}{description of shortcut}
#' \item{windows_linux}{windows/linux shortcut}
#' \item{mac}{mac keyboard shortcut}
#' \item{type}{type of shortcut}
#' }
#' @source \url{https://github.com/parmsam/keyboard-shortcuts-rstudio-ide/}
#' @source \url{https://support.rstudio.com/hc/en-us/articles/200711853-Keyboard-Shortcuts}
"shortcuts_table"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.