What is the id in layout_properties? I'm not sure if the id is referring to the placeholder or something else. Here's an example:
master_name name type id ph_label ph
1 Figures Master - 20210903 SP TOC title 2 Title 1 <p:ph type="title" idx="10" hasCustomPrompt="1"/>
3 Figures Master - 20210903 F&LR - Figures Cover, 2 Col body 4 Content Placeholder
<NA>
offx offy cx cy rotation fld_id fld_type
1 0.8400000 1.1878784 12.073192 0.4848491 NA <NA> <NA>
3 0.8399989 3.7499989 5.500000 3.1200000 NA <NA> <NA>
I'm asking because I'm looking for the 'rId' to use for my src to correct the error below. Mostly just curious though as I haven't been able to find this error online.
Error in external_img(material_shapes[stat_headers$directions$avg_lease_rate]) :
src must be a string starting with 'rId' or an existing image filename
Edit: As David mentioned for this error you have to make sure the whole path is specified with the correct file name being called. I fixed it to show the whole path and not just a portion. In addition, if there are multiple files being called through an if statement you will run into
Error in if .... the condition has length > 1
There are a lot of fixes if you search it up, but you would basically use if_else.