.onLoad <- function(libname, pkgname){
requireNamespace("magrittr")
assignInNamespace("is_pipe", new_is_pipe, ns = "magrittr", pos = "package:magrittr")
assignInNamespace(
"wrap_function", new_wrap_function,
ns = "magrittr", pos = "package:magrittr")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.