Skip to content

echo opt could support int and negative int #93

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

Open
jangorecki opened this issue May 12, 2025 · 0 comments
Open

echo opt could support int and negative int #93

jangorecki opened this issue May 12, 2025 · 0 comments

Comments

@jangorecki
Copy link

jangorecki commented May 12, 2025

I often find it useful to exclude particular line(s) from what is being printed in the document.
For example set.seed() call is rather not very useful for an average reader of the document - whoever would like to reproduce the code, then they can find complete source of it. Therefore

    ```{r abc, echo=-1}
    set.seed(108)
    print("ok")
    ```

could exclude first row from printing to the output.

It possibly could be contributed by the community if you give a green light.

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

No branches or pull requests

1 participant