Closed Johaning closed 3 years ago
@Johaning , If you don't want it to appear when you knit the file into .html add the command "include=FALSE" at the start of your code chunk. This is how it would look:
# insert your code here.
Anything in that code chunk will not appear in the .html file.
@Johaning
Sorry, that should look like " {r, include=FALSE} ...
" but it appeared as a code chunk instead.
When I knit my file, it shows multiple pages of a progress bar after my Step 1 code. Any suggestions for how to get rid of this? This is just the first bit, it continues on until it gets to 100%.