I am using bookdown, and calling read_chunks to load various R chunks from a separate file for execution within bookdown. This works very nicely for chunks of R activity - graphs, tables, models, etc. However, I sometimes want to use a single value in-line, such as "This dataset had N rows."
I know how to do this in a notebook, but how to do it in the context of bookdown and read_chunks is not clear. Did I miss something in the manual?