Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork880
Closed
Milestone
Description
In a normal Rmd document, the following code works:
asis_output("## hello\n")but this does not work:
for (iin1:3) { asis_output("## hello\n\n") }
When I try to create a group ofknit_printable objects in a for-loop, it can be very unnatural to print every object. Is it possible to make it easier to do so?