I appreciate that what I'm trying to do will sound silly, but please bear with me. I want to insert an existing image (a PNG) of a table into an RMarkdown document that will be turned into a pdf. Is there any way I can do this and have the image treated as a table for numbering purposes? That is, obviously I could do
![A caption for my table](my_table_as_image.png)
but the problem is that it will be numbered as e.g. Figure X, not Table Y. I would like it to be named/numbered as a table.
Thank you for any advice.