#' 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))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.