#' allow
#'
#' allow
#'
#'
#' @inheritParams common_attributes
#' @param principal The user or group (principal) for which the access control applies. See [principal()]
#' @param permission The type of permission being granted or denied. See [permission()]
#'
#' @return a allow list object
#'
#' @export
allow <- function(principal = NULL,
permission = NULL){
Filter(Negate(is.null),
list(
principal = principal,
permission = permission))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.