Package: officerExtras 0.0.1.9002

officerExtras: Extra Helpers for 'officer'

Helper and convenience functions using the 'officer' package to modify docx files.

Authors:Eli Pousson [aut, cre, cph]

officerExtras_0.0.1.9002.tar.gz
officerExtras_0.0.1.9002.zip(r-4.5)officerExtras_0.0.1.9002.zip(r-4.4)officerExtras_0.0.1.9002.zip(r-4.3)
officerExtras_0.0.1.9002.tgz(r-4.4-any)officerExtras_0.0.1.9002.tgz(r-4.3-any)
officerExtras_0.0.1.9002.tar.gz(r-4.5-noble)officerExtras_0.0.1.9002.tar.gz(r-4.4-noble)
officerExtras_0.0.1.9002.tgz(r-4.4-emscripten)officerExtras_0.0.1.9002.tgz(r-4.3-emscripten)
officerExtras.pdf |officerExtras.html
officerExtras/json (API)
NEWS

# Install 'officerExtras' in R:
install.packages('officerExtras', repos = c('https://elipousson.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/elipousson/officerextras/issues

On CRAN:

microsoft-wordofficer

47 exports 13 stars 1.58 score 23 dependencies 3 scripts

Last updated 5 hours agofrom:32fa9a1ca0. Checks:OK: 1 NOTE: 1 ERROR: 5. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 18 2024
R-4.5-winERRORSep 18 2024
R-4.5-linuxNOTESep 18 2024
R-4.4-winERRORSep 18 2024
R-4.4-macERRORSep 18 2024
R-4.3-winERRORSep 18 2024
R-4.3-macERRORSep 18 2024

Exports:add_blocks_to_bodyadd_gg_to_bodyadd_gt_to_bodyadd_list_to_bodyadd_str_with_keysadd_text_to_bodyadd_to_bodyadd_value_with_keysadd_xml_to_bodycheck_block_listcheck_docxcheck_docx_fileextcheck_office_fileextcheck_officercheck_officer_summarycheck_pptxcheck_pptx_fileextcheck_xlsxcheck_xlsx_fileextcombine_blockscombine_docxconvert_docxcursor_docxdims_docx_extdoc_versionfill_with_patternis_block_listis_officeris_rdocxis_rpptxmake_block_listofficer_add_blocksofficer_mediaofficer_propertiesofficer_summaryofficer_summary_levelsofficer_tableofficer_tablesread_docs_urlread_docx_extread_officerread_pptx_extread_xlsx_extreduce_officeruse_doc_versionvec_add_to_bodywrite_officer

Dependencies:askpassclicpp11fansigluelifecyclemagrittrofficeropensslpillarpkgconfigR6raggrlangsyssystemfontstextshapingtibbleutf8uuidvctrsxml2zip

Readme and manuals

Help Manual

Help pageTopics
Add a formatted list of items to a 'rdocx' objectadd_list_to_body
Add a xml string, text paragraph, or gt object at a specified position in a rdocx objectadd_gg_to_body add_gt_to_body add_str_with_keys add_text_to_body add_to_body add_value_with_keys add_xml_to_body
Check file path for a docx, pptx, or xlsx file extensioncheck_docx_fileext check_office_fileext check_pptx_fileext check_xlsx_fileext
Check if x is a rdocx, rpptx, or rxlsx objectcheck_block_list check_docx check_officer check_pptx check_xlsx
Check a summary data.frame created from a rdocx or rpptx objectcheck_officer_summary
Combine multiple rdocx objects or docx filescombine_docx
Convert an rodcx object or Word file to another format with pandocconvert_docx
Set cursor position in rdocx object based on keyword, id, or indexcursor_docx
Get page and block layout dimensions from an rdocx objectdims_docx_ext
Fill a new column based on an existing column depending on a patternfill_with_pattern
Is this object an officer class object?is_block_list is_officer is_rdocx is_rpptx
Make a list of blocks to add to a Word document or PowerPoint presentationcombine_blocks make_block_list
Add a list of blocks into a Word document or PowerPoint presentationadd_blocks_to_body officer_add_blocks
Copy media from a docx or pptx file or a rdocx or rpptx object to a target folderofficer_media
Get doc properties for a rdocx or rpptx object as a listofficer_properties
Summarize a rdocx or rpptx objectofficer_summary
Create new columns to an officer summary data.frame based on specific levelsofficer_summary_levels
Get tables from a rdocx or rpptx objectofficer_table officer_tables
Read a Google Docs document, Slides, or Sheets URL to a rdocx, rpptx, or rxlsx objectread_docs_url
Read a docx, pptx, potx, or xlsx file or use an existing object from officer if providedread_docx_ext read_officer read_pptx_ext read_xlsx_ext
Reduce a list to a single officer objectreduce_officer
Update the version of a document and optionally save a new version of the input documentdoc_version use_doc_version
Add a vector of objects to a rdocx object using 'add_to_body()'vec_add_to_body
Write a rdocx, rpptx, or rxlsx object to a filewrite_officer