Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support chunk options for stitch()? #35

Closed
wibeasley opened this issue Oct 14, 2014 · 1 comment
Closed

Support chunk options for stitch()? #35

wibeasley opened this issue Oct 14, 2014 · 1 comment

Comments

@wibeasley
Copy link

(Issue split off from #33)
The stitch() function doesn't currently support chunk options, just chunk names. @yihui requested that I open an issue to serve as a reminder.

I wasn't necessarily advocating that stitch() implement chunk options. Let me play the devil's advocate for a moment. It may be preferable to keep things as you have them, and avoid adding complexity to a derivative function like stitch() because,

  1. a simpler function may be easier for less experienced users to start with.
  2. its additional functionality is one more thing you have to maintain and regression test.

As long as the documentation redirects the user to the appropriate function, I don't have a strong opinion either way.

@yihui
Copy link
Owner

yihui commented Oct 23, 2014

It is supported in the development version of knitr now. Thanks!

BTW, I meant to ask you to file the issue to the knitr repo instead of the knitr-examples repo here, but that is no big deal :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants