Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add flextable #26

Open
kguidonimartins opened this issue Apr 3, 2020 · 0 comments
Open

add flextable #26

kguidonimartins opened this issue Apr 3, 2020 · 0 comments
Assignees

Comments

@kguidonimartins
Copy link
Owner


title: "test flextable"
author: "Karlo Guidoni Martins"
date: "3/18/2020"
output: word_document

knitr::opts_chunk$set(echo = TRUE)
if (!require("tidyverse")) install.packages("tidyverse")
if (!require("ftExtra")) install.packages("ftExtra")
if (!require("flextable")) install.packages("flextable")
if (!require("ftExtra")) remotes::install_github("atusy/ftExtra")
if (!require("bookdown")) install.packages("bookdown")

Teste

https://davidgohel.github.io/flextable/

ftExtra::loves_bookdown()
iris %>% head() %>% as_flextable() %>% set_caption("Meu deus, legenda!")
@kguidonimartins kguidonimartins self-assigned this Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant