Skip to contents
-
add_list_to_body()
- Add a formatted list of items to a
rdocx
object
-
add_to_body()
add_text_to_body()
add_xml_to_body()
add_gt_to_body()
add_gg_to_body()
add_value_with_keys()
add_str_with_keys()
- Add a xml string, text paragraph, or gt object at a specified position in a rdocx object
-
check_office_fileext()
check_docx_fileext()
check_pptx_fileext()
check_xlsx_fileext()
- Check file path for a docx, pptx, or xlsx file extension
-
check_officer()
check_docx()
check_pptx()
check_xlsx()
check_block_list()
- Check if x is a rdocx, rpptx, or rxlsx object
-
check_officer_summary()
- Check a summary data.frame created from a rdocx or rpptx object
-
combine_docx()
- Combine multiple rdocx objects or docx files
-
convert_docx()
- Convert an rodcx object or Word file to another format with pandoc
-
cursor_docx()
- Set cursor position in rdocx object based on keyword, id, or index
-
dims_docx_ext()
- Get page and block layout dimensions from an rdocx object
-
fill_with_pattern()
- Fill a new column based on an existing column depending on a pattern
-
is_officer()
is_rdocx()
is_rpptx()
is_block_list()
- Is this object an officer class object?
-
make_block_list()
combine_blocks()
experimental
- Make a list of blocks to add to a Word document or PowerPoint presentation
-
officer_add_blocks()
add_blocks_to_body()
experimental
- Add a list of blocks into a Word document or PowerPoint presentation
-
officer_media()
- Copy media from a docx or pptx file or a rdocx or rpptx object to a target folder
-
officer_properties()
- Get doc properties for a rdocx or rpptx object as a list
-
officer_summary()
- Summarize a rdocx or rpptx object
-
officer_summary_levels()
- Create new columns to an officer summary data.frame based on specific levels
-
officer_tables()
officer_table()
- Get tables from a rdocx or rpptx object
-
read_docs_url()
- Read a Google Docs document, Slides, or Sheets URL to a rdocx, rpptx, or rxlsx object
-
read_officer()
read_docx_ext()
read_pptx_ext()
read_xlsx_ext()
- Read a docx, pptx, potx, or xlsx file or use an existing object from officer if provided
-
reduce_officer()
- Reduce a list to a single officer object
-
use_doc_version()
doc_version()
experimental
- Update the version of a document and optionally save a new version of the input document
-
vec_add_to_body()
- Add a vector of objects to a rdocx object using
add_to_body()
-
write_officer()
- Write a rdocx, rpptx, or rxlsx object to a file