#' radToDeg function
#'
#' function to convert radians to degrees.
#'
#' @param rad numeric. radians. [value]
#' @return [value]
#' @details [fill in details here]
#' @examples # none
#' @export
radToDeg <- function (rad) {rad * 180 / pi}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.