The goal of gto is to provide the tools to allow users to insert gt tables into officeverse. Right now the only supported output is word.
#load officer and gt
library(officer)
library(gt)
library(gto)
## create simple gt table
gt_tbl <- gt(head(exibble))
## Create docx and add gt table
doc <- read_docx()
doc <- body_add_gt(doc, value = gt_tbl)
## Save docx
fileout <- tempfile(fileext = ".docx")
print(doc, target = fileout)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4