#' Converts a measurement in degrees to radians
#'
#' Converts a measurement in degrees to radians
#' @param deg measurement in degrees
#' @export
radians<- function(deg){
return(deg*(pi/180))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.