#' phone
#'
#' phone
#'
#'
#' @inheritParams common_attributes
#' @param phonetype The type of the phone to which this number applies
#'
#' @return a phone list object
#'
#' @export
phone <- function(phonetype = NULL){
Filter(Negate(is.null),
list(
phonetype = phonetype))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.