Open
Description
I would like to know if there's a way to use the APA-formatted text of the statistical results prepared with the subtitle helper functions in a plain RMarkdown file (probably with inline R code?)
For example-
The correlation analysis showed that `x` and `y` were correlated:
`r corr_test(data, x, y)`.
Also see:
https://easystats.github.io/report/