http://rseek.org 是一个很棒的 R 手册、邮件列表和各种网站的搜索引擎。 它是一款具有专门 UI 的 Google 联合搜索应用程序。 我总是用它。
http://rseek.org is a great search engine for R manuals, mailing lists, and various websites. It's a Google syndicated search app with specialized UI. I always use it.
我通常使用 r-seek.org,但您可以通过在 R 前面放置 + 来使用 Google“完全按原样搜索”。
通过在紧接在 a 之前附加一个 + 单词(记住,不要添加空格 在 +) 之后,您正在告诉 Google 与您精确匹配该词 输入它。 加上双引号 一个词就能起到同样的作用。
例如:+R cbind
I typically use r-seek.org, but you can "search exactly as is" with Google by putting a + immediately before R.
By attaching a + immediately before a word (remember, don't add a space after the +), you are telling Google to match that word precisely as you typed it. Putting double quotes around a single word will do the same thing.
我通常在开始时使用“r-project”进行基本的 R 搜索,因为大多数详细参考 R 的人通常也会参考该网站。
I would just add, one great way to search for R script is to type your search term into google with "ext:r" at the end. This will return all files that have the R extension. For instance:
If you wanted examples of bootstrapping, this returns many scripts, most of which look very relevant.
I usually do my basic R searches with "r-project" at the beginning, since most people who refer to R in any great detail will usually also reference the site.
大多数时候,我发现用谷歌搜索 R 加上我的搜索词效果很好。 如果没有,我会尝试使用“R 项目”,或在搜索中添加 CRAN、统计数据或语言。
您在搜索某个特定主题时遇到问题吗?
Most of the time I find googling for R plus my searching term works fine. When it doesn't, I'll try using "R project", or adding CRAN, statistic or language to the search.
Is there a particular topic that you're having problems searching for?
Has "R Multi-site search powered by Google" and "R Multi- site search powered by Rollyo".
Note that it requires JavaScript to work (can be restricted to www.dangoldstein.com and google.com if your browser setup allows it - e.g. using NoScript in Firefox).
为了在 Stack Overflow 上查找问题/答案,我总是; 转到标签,输入 R,找到 R 标签并单击它。
Jeff 提到了一种更好的方法来搜索 R 在播客上添加标签,但我已经删除了它。 :-(
抛开讨论不谈,Stack Overflow(或姐妹网站之一)对于 R 用户来说是一个很好的资源。通过将像我这样的菜鸟发送到此处的特定位置,可以减少大量的 R 帮助电子邮件列表。一个令人困惑的问题 关键在于,虽然问题主要与 R 语言有关,但它们通常与问题的正确统计测试或算法有关。
问题的
To find questions/answers on Stack Overflow, I always; go to Tags, type R, find the R tag and click on it.
Jeff mentioned a better way to search for the R Tag on the podcast, but I've since deleted it. :-(
Discussion aside, Stack Overflow (or one of the sister sites) would be a great resource for R users. The very high volume R-help email list could be reduced by sending Noobies like myself to specific places here. One confounding issue is that while the questions are mostly about the R language, they are often about the proper statistical test or algorithm for the problem.
只需输入您想要执行的操作,例如在 google 中输入“R 合并数据框”,效果非常好! 我不读任何资料,只是在输入 R 代码时使用 google。 太棒了!!!
Just type what you want to do, e.g. "R merge data frame" in google that works great! I don't read any materials, just use google as I type R code. It's just great!!!
for your original question, i.e. how to search in google: one of my previous colleagues suggested to use keyword "r-help" instead of "r" together with your question when searching in google. It searches in the mailing list for answers. That always works for me.
发布评论
评论(21)
http://rseek.org 是一个很棒的 R 手册、邮件列表和各种网站的搜索引擎。 它是一款具有专门 UI 的 Google 联合搜索应用程序。 我总是用它。
http://rseek.org is a great search engine for R manuals, mailing lists, and various websites. It's a Google syndicated search app with specialized UI. I always use it.
几年后的更新
您需要的所有链接都在这里:
https://stackoverflow.com/ Tags/r/info
这是最近在 R-Help 邮件列表上讨论了。
其中提到的一些此处未涵盖的内容包括:
使用 RSiteSearch 函数和同名的包。
使用特定于 R 的搜索引擎。 您提到了 RSeek 和 RSearch。 您还可以搜索R 邮件存档、帮助 wiki, 任务视图、RForge 和 Bioconductor 等。
An update, several years later
All the links you need are right here:
https://stackoverflow.com/tags/r/info
This was discussed on the R-Help mailing list recently.
Some things mentioned there that haven't been covered here are:
Using the RSiteSearch function, and the package of the same name.
Using R-specific search engines. You mentioned RSeek and RSearch. You can also search the R mail archive, the help wiki, the task views, RForge, and Bioconductor among other places.
我通常使用 r-seek.org,但您可以通过在 R 前面放置
+
来使用 Google“完全按原样搜索”。例如:+R cbind
I typically use r-seek.org, but you can "search exactly as is" with Google by putting a
+
immediately before R.For example: +R cbind
CRAN 是查找 R 材料的权威场所。
CRAN is the authoritative place to look for R material.
而是搜索“S-PLUS”。 R 和 S-PLUS 是兄弟姐妹,但后者更容易搜索。
Search for "S-PLUS" instead. R and S-PLUS are siblings, but the latter is easier to search for.
很晚才加入这个讨论,但这是我在 Google 中首选的搜索字符串:[R] 后跟搜索字符串。
例如:
[R] lm
找到几个指向 R 中线性建模的链接其有效的原因是 StackOverflow 使用 [r] 标签,并且 R 邮件列表也使用 [R]。
Joining this discussion very late, but here is my preferred search string in Google: [R] followed by search string.
For example:
[R] lm
finds several links to linear modelling in RThe reason this works is that StackOverflow uses the [r] tag, and the R mailing lists also use [R].
我想补充一点,搜索 R 脚本的一种好方法是在 google 中输入搜索词,末尾带有“ext:r”。 这将返回所有具有 R 扩展名的文件。 例如:
我通常在开始时使用“r-project”进行基本的 R 搜索,因为大多数详细参考 R 的人通常也会参考该网站。
I would just add, one great way to search for R script is to type your search term into google with "ext:r" at the end. This will return all files that have the R extension. For instance:
I usually do my basic R searches with "r-project" at the beginning, since most people who refer to R in any great detail will usually also reference the site.
新的 CRAN 包对此非常有帮助:查看“sos”包。
A new CRAN package is extremely helpful for this: check out the "sos" package.
大多数时候,我发现用谷歌搜索 R 加上我的搜索词效果很好。 如果没有,我会尝试使用“R 项目”,或在搜索中添加 CRAN、统计数据或语言。
您在搜索某个特定主题时遇到问题吗?
Most of the time I find googling for R plus my searching term works fine. When it doesn't, I'll try using "R project", or adding CRAN, statistic or language to the search.
Is there a particular topic that you're having problems searching for?
谷歌搜索“r language”(带引号),然后搜索您的搜索词。
google for "r language" (with the quotes) and then your search terms.
与 @MikeKSmith 的答案类似,在搜索框中输入 R+
Similar to @MikeKSmith's answer, type R+ into the search box
在 Google 搜索框中输入 .R 而不仅仅是 R 会有所帮助。
Typing .R into Google search box instead of just R helps.
您可以使用此网站:
http://www.dangoldstein.com/search_r.html,
“搜索 R 统计语言”。
具有“由 Google 提供支持的 R 多站点搜索”和“R 多站点搜索”
由 Rollyo 提供支持的站点搜索”。
请注意,它需要 JavaScript 才能工作(可以限制
如果您的浏览器设置为 www.dangoldstein.com 和 google.com
允许 - 例如在 Firefox 中使用 NoScript)。
You can use this site:
http://www.dangoldstein.com/search_r.html,
"Search the R Statistical Language".
Has "R Multi-site search powered by Google" and "R Multi-
site search powered by Rollyo".
Note that it requires JavaScript to work (can be restricted
to www.dangoldstein.com and google.com if your browser setup
allows it - e.g. using NoScript in Firefox).
为了在 Stack Overflow 上查找问题/答案,我总是; 转到标签,输入 R,找到 R 标签并单击它。
Jeff 提到了一种更好的方法来搜索 R
在播客上添加标签,但我已经删除了它。 :-(
抛开讨论不谈,Stack Overflow(或姐妹网站之一)对于 R 用户来说是一个很好的资源。通过将像我这样的菜鸟发送到此处的特定位置,可以减少大量的 R 帮助电子邮件列表。一个令人困惑的问题 关键在于,虽然问题主要与 R 语言有关,但它们通常与问题的正确统计测试或算法有关。
问题的
To find questions/answers on Stack Overflow, I always; go to Tags, type R, find the R tag and click on it.
Jeff mentioned a better way to search for the R
Tag on the podcast, but I've since deleted it. :-(
Discussion aside, Stack Overflow (or one of the sister sites) would be a great resource for R users. The very high volume R-help email list could be reduced by sending Noobies like myself to specific places here. One confounding issue is that while the questions are mostly about the R language, they are often about the proper statistical test or algorithm for the problem.
RWFarley
带有语言限制的 GitHub 高级搜索可能很有用。 试试这个:
language:R lubridate
例如。GitHub's advanced search with a language constraint can be useful. Try this:
language:R lubridate
for example.添加“site:r-project.org”将有助于将结果范围缩小到仅官方项目网站上的内容。 YMMV。
Adding "site:r-project.org" will help narrow down the results to only things on the official project web site. YMMV.
“R 统计”或“R 包”怎么样?
另外,将搜索限制在域
cran.r-project.org
内。 例如,搜索如何在R
中使用ifelse
:How about "R statistical" or "R package"?
Also, restrict your search to the domain
cran.r-project.org
. For example, searching for how to useifelse
inR
:考虑到 R 是一个统计程序,您始终可以搜索“R stats”。
编辑:
http: //www.google.com/search?source=ig&hl=en&rlz=&q=R+stats&btnG=Google+Search
第一页显示大量相关结果。
You could always search for "R stats", considering R is a statistical program.
Edit:
http://www.google.com/search?source=ig&hl=en&rlz=&q=R+stats&btnG=Google+Search
The first page shows plenty of relevant results.
在谷歌搜索时,“in R”效果很好,而不仅仅是“R”。
When googling, "in R" works well instead of just "R".
只需输入您想要执行的操作,例如在 google 中输入“R 合并数据框”,效果非常好! 我不读任何资料,只是在输入 R 代码时使用 google。 太棒了!!!
Just type what you want to do, e.g. "R merge data frame" in google that works great! I don't read any materials, just use google as I type R code. It's just great!!!
对于您原来的问题,即如何在谷歌中搜索:我以前的一位同事建议在谷歌中搜索时使用关键字“r-help”而不是“r”与您的问题一起使用。 它在邮件列表中搜索答案。 这对我总是有效。
for your original question, i.e. how to search in google: one of my previous colleagues suggested to use keyword "r-help" instead of "r" together with your question when searching in google. It searches in the mailing list for answers. That always works for me.