Package with an initial set of functions added
NOTE: Not all tests have been written yet!
This commit is contained in:
23
man/htmlRemoveAttributes.Rd
Normal file
23
man/htmlRemoveAttributes.Rd
Normal file
@@ -0,0 +1,23 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/htmlRemoveAttributes.R
|
||||
\name{htmlRemoveAttributes}
|
||||
\alias{htmlRemoveAttributes}
|
||||
\title{Remove attributes from an HTML element}
|
||||
\usage{
|
||||
htmlRemoveAttributes(el, ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{el}{The element to remove the attributes from}
|
||||
|
||||
\item{...}{The attribute names to be removed}
|
||||
}
|
||||
\value{
|
||||
The modified element
|
||||
}
|
||||
\description{
|
||||
Remove attributes from an HTML element
|
||||
}
|
||||
\examples{
|
||||
x <- shiny::icon("wrench")
|
||||
htmlRemoveAttributes(x, "aria-label")
|
||||
}
|
||||
Reference in New Issue
Block a user