#' deg2rad
#'
#' @param d Degrees to be converted.
#' @description
#' Convert degrees into radians.
#' @examples
#' deg2rad(90)
#' @author Charco Hui
deg2rad = function(d){
d * pi/180
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.