Look in the R Markdown template and identify computed objects required in the code to render the template.
rf_look_for_computed_objects.Rd
This function reads an R Markdown template file and identifies computed objects used in the code. It specifically looks for background computed objects (`params$bg_computed_objects$`) and user computed objects (`params$user_computed_objects$`).