You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add an mp4 video to my powerpoint. The documentation says you can add png or emf files. I'd like to ask about modifying external_img so that it would work with code like that below.
I would like to add an mp4 video to my powerpoint. The documentation says you can add png or emf files. I'd like to ask about modifying external_img so that it would work with code like that below.
library(officer)
my_pres <- read_pptx()
extImgObs <- external_img(src = "graphics/someMP4File.mp4")
my_pres <- add_slide(my_pres, layout = 'Title Only', master = 'Office Theme') %>%
ph_with(value = extImgObs, location = ph_location(left = 2, top = 0) )
The text was updated successfully, but these errors were encountered: