Nothing
#' @import flextable
#' @import officer
#' @importFrom htmltools browsable tags tagList div HTML
#' @importFrom dplyr bind_rows
#' @importFrom magrittr `%>%`
#' @importFrom tidyselect eval_select
#' @importFrom knitr knit_print
#' @importFrom utils head tail
NULL
.onLoad <- function(libname, pkgname) {
sect <- clinify_docx_default()
# Save out options to grab defaults
options(
clinify_docx_default = sect,
clinify_titles_default = clinify_titles_default,
clinify_footnotes_default = clinify_footnotes_default,
clinify_table_default = clinify_table_default
)
}
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.