Nothing
generatePublicMethodParagraph <- function(object_o_1, methods_s) {
beautifier <- beautify()
sig <- sapply(methods_s, function(e) {
s <- getObjectMethodSignature(object_o_1, e)
r <- regexpr('(', s, fixed = TRUE)
paste0(beautifier$bold(substr(s, 1, r[1] - 1)), beautifier$code(substring(s, r[1])))
})
paste('\\cr', generateParagraphCR(paste(documentationSymbols()$black_square, sig)))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.