#' @name <%=name%>
#' @rdname <%=name%>
#' @title <%=name%> Operator
#' @param x,y [Set]
#' @description Operator for `$<%=name%>` methods. See [Set]`$<%=name%>` for full details.
#' Operators can be used for:
#' \tabular{lll}{
#' **Name** \tab **Description** \tab **Operator** \cr
#' <%= if(exists("op1")) op1%>
#' <%= if(exists("op2")) op2%>
#' <%= if(exists("op3")) op3%>
#' <%= if(exists("op4")) op4%>
#' }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.