Suppose I have a very large word document with a TOC, sections, tables, and figures. I have a spreadsheet (lookup) with two fields: text of interest, and hyperlink location.
Can I leverage the officer
package to scan through the document's content, and insert the hyperlink (add if there is no hyperlink; modify if there is a hyperlink to a location) based on my lookup table?
Thank you.