The r-faq tag is created to group a limited number of questions discussing problems that come up regularly on the R tag.
I tried to install a package, using install.packages("foobarbaz") but received the warning Warning message: package 'foobarbaz' is not …
r installation repository package r-faqHow can I concatenate (merge, combine) two values? For example I have: tmp = cbind("GAD", "AB") tmp # [,1] [,2] # [1,] "GAD" "AB" My …
r string-concatenation r-faqI have a number, for example 1.128347132904321674821 that I would like to show as only two decimal places when output to …
r formatting rounding r-faqA friend sent me along this great tutorial on webscraping NYtimes with R. I would really love to try it. …
r package installation r-faqA very newbish question, but say I have data like this: test_data <- data.frame( var0 = 100 + c(0, cumsum(…
r ggplot2 graph time-series r-faqI am running R on Windows, not as an administrator. When I install a package, the following command doesn't work: &…
r rstudio r-faq library-pathI received this error message: Error in if (condition) { : missing value where TRUE/FALSE needed or Error in while (condition) { : …
r r-faq