R/ulink.R

Defines functions ulink

Documented in ulink

#' ulink 
#'
#' ulink 
#'
#'
#' @inheritParams common_attributes 
#' @param citetitle the title of the cited work See [citetitle()]
#' @param url the Uniform Resource Locator for the cited work
#'
#' @return a ulink list object
#'
#' @export

 ulink <- function(citetitle = NULL,
 url = NULL){ 
Filter(Negate(is.null),
 list(
citetitle = citetitle,
url = url))}
cboettig/build.eml documentation built on May 8, 2019, 8:57 p.m.