R/authentication.R

Defines functions authentication

Documented in authentication

#' authentication 
#'
#' authentication 
#'
#'
#' @inheritParams common_attributes 
#' @param method The method used to calculate an authentication checksum.
#'
#' @return a authentication list object
#'
#' @export

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