Additional on-line resources
In addition to what will introduce here, there are many online resources for the aspiring R user or programmer. They’ll help you find answers or learn valuable tips and tricks.
- Cookbook for R provides solutions to common tasks and problems in analyzing data.
- rseek.org is a search tool that accesses online resources with one command. The search engine is really specialized, and allow you to focus on what you are really searching for: a function, an issue, etc.
- R bloggers gathers hundreds of blogs on R. You can use it for being kept informed about new packages, or nice way to solve some specific data analysis issues.
- stackoverflow is a site where programmers can describe their programming problems and receive suggestions from peers. You have a very vivid community of programmers, and there is always someone who’s ready to help! If you want to search you can use tags to restrict your search using the tag [R].