#' superscript
#'
#' superscript
#'
#'
#' @inheritParams common_attributes
#' @param value Language translation for the sub/superscript See [value()]
#' @param subscript A subscript in a text paragraph. See [subscript()]
#' @param superscript A superscript in a text paragraph. See [superscript()]
#'
#' @return a superscript list object
#'
#' @export
superscript <- function(value = NULL,
subscript = NULL,
superscript = NULL,
lang = NULL){
Filter(Negate(is.null),
list(
value = value,
subscript = subscript,
superscript = superscript,
lang = lang))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.