How do I embed images in a list of dataframes?
This is a related question to a post I made a few weeks ago here . I am trying to embed QR codes in a new column in a list of dataframes. The QR code will contain the numerical result from the other column and can be scanned into our lab information system. Thus far i am able to generate a dataframe with a column containing QR codes using RMarkdown, but I can't seem to do it when I try to adapt this code to a list of dataframes. Here is an example of what does what I want with a single dataframe: --- title: "QR Code in Column" author: "dorton" date: "2019/01/20" output: pdf_document --- ```{r