I encountered an error while using the gt_two_column_layout function from the gtExtras package. The error occurs when the function tries to access an image file that does not exist. Here is the error message:
In addition: Warning message:
In file(con, "rb") :
cannot open file 'Bayesian Leagues Cup/images/logos/FC Cincinnati.png': No such file or directory
The gt_two_column_layout function should handle missing image files gracefully, possibly by providing a warning and skipping the missing files or by using a placeholder image.
Description
I encountered an error while using the
gt_two_column_layout
function from thegtExtras
package. The error occurs when the function tries to access an image file that does not exist. Here is the error message:Reproducible example
Expected result
The
gt_two_column_layout
function should handle missing image files gracefully, possibly by providing a warning and skipping the missing files or by using a placeholder image.Session info