Nothing
#' s20x pacakge version number
#'
#' Returns the version number of the s20x package. This is useful if a student
#' is has problems runnning commands and the maintainer needs to check the
#' version number.
#'
#'
#' @keywords debugging
#' @examples
#'
#' getVersion()
#'
#' @export getVersion
getVersion = function() {
return(utils::packageDescription("s20x"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.