print_flextable( file_information )
The version of R used was r getRversion()
.
The following packages were loaded:
environment_info = tibble( package = loadedNamespaces() ) %>% group_by( package ) %>% mutate( version = getNamespaceVersion(package)) %>% arrange( package ) print_flextable( environment_info )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.