#' Convert ztable to flextable
#' @param z An object of class ztable
#' @param ... Further argument to be passed to df2flextable
#' @return an object of class flextable
#' @export
ztable2flextable=function(z,...){
df=z$x
df2flextable(df,...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.