Fixing typo

This commit is contained in:
Jose 2022-05-22 17:44:05 -03:00
parent 86dee9d257
commit 9980ddc00e
1 changed files with 4 additions and 5 deletions

View File

@ -1,18 +1,17 @@
* Resources to learn R within R * Resources to learn R within R
There are many sources to learn about R. As any GNU project, the manuals and info There are plenty resources to learn about R. As any GNU project, the manuals and info
documentation are the first and most important source to be used to learn about documentation are the first and most important resource to be used to learn about
the programs. the programs.
Most of the times it is not necessary to open a question in a community, nor open Most of the times, it is not necessary to open a question in a community, nor open
a browser to search in the web. Most of the times the answer is on your own a browser to search in the web. Most of the times the answer is on your own
copy of the manual. copy of the manual.
R and all the packages have extensive documentation and there are also packages R and all the packages have extensive documentation and there are also packages
that can be used to learn R within R. that can be used to learn R within R.
So, do not forget to read the manuals: it is a smarter way of beginning to learn So, do not forget to read the manuals: it is a smarter way of beginning to learn R.
R.
** Package swirl ** Package swirl