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