Replies: 13 comments 7 replies
-
Thank you for this great package. I have a quick question. I have output from a .Rnw file that has the R code and output color coded. I need to remove the color coding and I applied the "highlight=FALSE" option. This turned off the color coding, but it somehow also changes the spacing in the output in a random way: sometimes, the spacing is there; other times, the spacing disappears between the output and the code. Is there a way to turn-off color coding but keep the spacing? |
Beta Was this translation helpful? Give feedback.
-
Hi I was wondering if you have ever had .gif in knitr which would be compiled into a pdf with an animated gif. Is that even something possible? |
Beta Was this translation helpful? Give feedback.
-
Dear Yihui Xie, is it also possible to use knitr in Atom or maybe Jupyter Notebooks? Would be awesome if it comes for Atom. Because I have a perfect workflow in Atom for my type of work but to knit documents I find myself opening Rstudio just for that.... Thanks so much for your awesome work. This is ... amazing. |
Beta Was this translation helpful? Give feedback.
-
Greetings, |
Beta Was this translation helpful? Give feedback.
-
Yihui Xie, Thank you for all the work you have done for the research, the teachers and students in statistics. Thanks again, |
Beta Was this translation helpful? Give feedback.
-
Hi! is there a way to use python chuncks with parameters like r chunks? I need to use include, warnings and echo with python chunks but i am failing to do so. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello, Great Articles I have learned so much about both knitr & Sweave! I have an issue with my code right now that is using LaTeX & Sweave at the same time. The only problem is every time I go to execute it, the output states:
I have tried to close the connections using CloseAllConnections(), but this also throws a different error. I am at the end of my rope, I am not sure where to go from here. PLEASE HELP! Thank you, |
Beta Was this translation helpful? Give feedback.
-
The output in my html or even pdf after i have knitted or rendered is very different compared to the outputs in my R markdown before knitting. Someone help me to solve this situation. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Dear Sir, CODE: # pipe operator
x<-5:15
mean(x)
x%>%mean
sum(z,na.rm=TRUE)
z%>%sum(na.rm=TRUE)
sum(is.na(z))
z%>%is.na%>%sum
mean(is.na(z))
z%>%is.na%>%mean OUTPUT:
CODE: data(diamonds)
View(diamonds)
# base histogram(s)
hist(x=diamonds$carat,main="FREQUENCY vs. CARAT",xlab="carat",ylab="frequency")
# base scatter plot(s)
(plot(x=diamonds$carat,y=diamonds$price,xlab="carat",ylab="price")) OUTPUT:
|
Beta Was this translation helpful? Give feedback.
-
感谢大神... |
Beta Was this translation helpful? Give feedback.
-
阿德莱德是在澳大利亚 哈哈
…On Tue, 17 Sept 2024 at 11:08, Yihui Xie ***@***.***> wrote:
谢谢!你在奥克兰?我上周刚去了一趟奥克兰,前天刚回来。
—
Reply to this email directly, view it on GitHub
<#945 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJIZURSTQTMSEQXFPX7R6C3ZW6BZ3AVCNFSM6AAAAABOKL7SUWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRWGUZTOOI>
.
You are receiving this because you commented.Message ID: <yihui/yihui.
***@***.***>
--
Feng Zhang (William)
IT Graduate
M.ICT (University of Tasmania)
Adelaide. Australia
M:0466689999
|
Beta Was this translation helpful? Give feedback.
-
haha UOA 就是 University of Adelaide 我才开始读 第二学期
…On Tue, 17 Sept 2024 at 12:32, Yihui Xie ***@***.***> wrote:
嗯,我知道阿德莱德在澳大利亚,但你的用户名里有 UOA,所以我猜你可能是奥克兰大学毕业的。
—
Reply to this email directly, view it on GitHub
<#945 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJIZURUOGYA4HICQYDBZABLZW6LTVAVCNFSM6AAAAABOKL7SUWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRWGU3TGOA>
.
You are receiving this because you commented.Message ID: <yihui/yihui.
***@***.***>
--
Feng Zhang (William)
IT Graduate
M.ICT (University of Tasmania)
Adelaide. Australia
M:0466689999
|
Beta Was this translation helpful? Give feedback.
-
Frequently Asked Questions
https://yihui.org/knitr/faq/
Beta Was this translation helpful? Give feedback.
All reactions