1

This is probably a very easy question to answer, but how can I find a list of options for placeholder arguments. In particular, ph_with_text(type = ...) For a Title and Content slide will accept type = 'title', while a Title Slide slide will not. It does accept 'ctrTitle'. Is there a list/cheatsheet which lists the options and results of each?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
akorejwa
  • 137
  • 7

1 Answers1

1

You can use function annotate_base to see all available layouts and PH id in a powerpoint file: https://davidgohel.github.io/officer/reference/annotate_base.html

David Gohel
  • 9,180
  • 2
  • 16
  • 34