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

fix anchor links #5

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/knitr/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ The **knitr** package uses a special object to control options and settings (den

These objects are visible to users in **knitr**:

- [`opts_chunk`](../options/#chunk_options) and `opts_current`: manages **opt**ions for code **chunk**s
- [`opts_knit`](../options/#package_options): manages **opt**ions for the **knit**r package
- [`opts_chunk`](../options/#chunk-options) and `opts_current`: manages **opt**ions for code **chunk**s
- [`opts_knit`](../options/#package-options): manages **opt**ions for the **knit**r package
- [`knit_hooks`](../hooks): manages hook functions
- [`knit_patterns`](../patterns): manages regular expressions to extract R code from the input document
- `knit_engines`: functions to deal with other languages
Expand Down