Skip to content

Commit

Permalink
fix(table_indices): add missing extract_caps_alttext argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreitbart-NOAA committed Jan 17, 2025
1 parent 8cab783 commit b5dc676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/table_indices.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ table_indices <- function(

# extract this plot's caption and alt text
caps_alttext <- extract_caps_alttext(topic_label = topic_label,
fig_or_table = fig_or_table)
fig_or_table = fig_or_table,
dir = rda_dir)


export_rda(final = final,
Expand Down

0 comments on commit b5dc676

Please sign in to comment.