Nothing
#' Blank object creator for a clintable object
#'
#' @noRd
new_clinpage <- function() {
structure(
list(
header = NULL,
body = NULL,
footer = NULL,
col_keys = NULL,
caption = NULL,
blanks = NULL,
properties = NULL
),
class = c("clinpage", "flextable")
)
}
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.