python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
add gt table image to word doc with shiny and officer package
I am writing a shiny app which:
creates a gt table
saves the gt table as an image (temporary file)
passes that image into a word doc using {officer} package
I am having difficulty with the image cre...
mdb_ftl
Votes: 0
Answers: 1
Piechart with mschart (r package)
With the package mschart, it is possible to create several kinds of charts, according to the official documentation
ms_areachart()
ms_barchart()
ms_linechart()
ms_scatterchart()
However, piechart is...
John Smith
Votes: 0
Answers: 0
Nested for loop to add slide numbers for ppt reports using officer
With code below, I could dynamically generate multiple ppt reports using officer package:
url_list <- c(
'http://www.csrc.gov.cn/csrc/c101921/c1758587/1758587/files/2022%E5%B9%B4%E7%AC%AC1%E5%91%...

ah bon
Votes: 0
Answers: 1
Generate parameterized ppt reports using officer
Using code below, I'm able to generate a ppt report for subset of mtcars dataset:
library(ggplot2)
library(tidyverse)
library(patchwork)
library(officer)
library(officedown)
library(glue)
small <-...

ah bon
Votes: 0
Answers: 1