#' This is the R package Getting Started with R
#'
#' The goal of this package is to provide basic information about how to use R.
#' This is part of a course designed and taught by Alexandre Courtiol, IZW, Berlin.
#' Liam Bailey and Colin Vullioud also contributed to create some slides (provided as vignettes).
#'
#' The core of this package is its collection of vignettes, see examples.
#'
#' @name BeginR-package
#' @aliases BeginR-package BeginR
#' @docType package
#'
#' @keywords package
#' @examples
#' browseVignettes(package = 'BeginR')
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.