Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 990dadd

Browse filesBrowse files
committed
<<label>> markers must be on their own lines (yihui/knitr#2360)
1 parent bbb259d commit 990dadd
Copy full SHA for 990dadd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎14-knitr-misc.Rmd

Copy file name to clipboardExpand all lines: 14-knitr-misc.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ F2C <- function(x) {
4848

4949
You can embed an arbitrary number of other code chunks in one code chunk. The embedding can also be recursive. For example, you may embed chunk A in chunk B, and chunk B in chunk C. Then chunk C will include code from chunk A via chunk B.
5050

51-
The marker `<<label>>` does not have to be on a separate line. It can be embedded anywhere in a code chunk.
51+
The marker `<<label>>` has to be on a separate line. Only white spaces are allowed before and after the marker.
5252

5353
### Use the same chunk label in another chunk {#same-label}
5454

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.