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