#' A Cat Function
#'
#' This function allows you to express your love of cats.
#' @param bbbb Do you love cats? Defaults to TRUE.
#' @keywords cats
#' @export
#' @examples
#' fei()
#' @import dplyr
fei <- function(bbbb="3333"){
bbbb %>% as.numeric()-> out
return(out)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.