Nothing
generatePublicFieldParagraph <- function(object_o_1, fields_s) {
dt <- data.table::data.table(
' ' = documentationSymbols()$black_diamond,
field = beautify()$bold(fields_s),
type = sapply(fields_s, function(e) typeof(object_o_1[[e]])))
generateTable(dt, showHeader_b_1 = FALSE)
}
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.