You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 14-knitr-misc.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ F2C <- function(x) {
48
48
49
49
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.
50
50
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.
52
52
53
53
### Use the same chunk label in another chunk {#same-label}
0 commit comments