New format_markdown() function#139
Conversation
In response to issue IndrajeetPatil#1 this function try to solve the need of a parser function for expression objects returned by any of `{ggtatsplot}` or `{statsExpressions}` functions for reporting purposes in R Markdown
Codecov Report
@@ Coverage Diff @@
## master #139 +/- ##
=============================================
- Coverage 99.778% 95.339% -4.439%
=============================================
Files 12 13 +1
Lines 451 472 +21
=============================================
Hits 450 450
- Misses 1 22 +21
|
|
Hi Matias, Thanks a lot for working on this! I am going to let this sit for a bit because I am not convinced that this is the right way to go. Note that the package supports many more tests, which introduces a lot more symbols than currently covered in this PR, and it will continue to grow as more tests are supported. So I am wondering if there exists a more general solution to address the issue than the current brute force (and more fragile) way to deal with it. I will sleep on this a bit more and get back to you! 😄 |
|
No problem! If there's anything I can do to help, don't hesitate to let me know 💪 |
In response to issue #1 this function try to solve the need of a parser function for expression objects returned by any of
{ggtatsplot}or{statsExpressions}functions for reporting purposes in R MarkdownI hope this contribution will be helpful!