I have an Rmd file which interacts with a number of scripts and variables. In these scripts, there is a section where I want to provide a link. That link address is field in a data frame. What I am trying to do is something like the following:
[Click to Visit Report] (`r as.character(ModelAttributes[1,"ReportLink"])`)
However, the URL component of the markdown does not want to recognize the code chunk inside it.
Any ideas?