Nothing
#' unicode_directed
#'
#' this function returns the unicode for directed arrows
#'
#' @returns returns unicode for directed arrows
#' @export
unicode_directed <- function()
return("\u2192")
#' unicode_undirected
#'
#' this function returns the unicode for undirected arrows
#'
#' @returns returns unicode for undirected arrows
#' @export
unicode_undirected <- function()
return("\u2194")
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.