Closed dbosak01 closed 9 months ago
User is creating a quarto doc and would like to use reporter to display a table. He would like to get a variable from a yaml file and pass a variable into a reporter function. Is there a way to do it?
Seems like you should be able to access the yaml file directly and pull any variables you need from there. It is one approach. Here is an example:
_variable.yml.txt MyDoc2.Rmd.txt
User is creating a quarto doc and would like to use reporter to display a table. He would like to get a variable from a yaml file and pass a variable into a reporter function. Is there a way to do it?