#' url
#'
#' url
#'
#'
#' @inheritParams common_attributes
#'
#' @return a url list object
#'
#' @export
url <- function(func = NULL){
Filter(Negate(is.null),
list(
'function' = func))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.