# Hands-On Programming with R

Find the R code in this link:

1. ​[The Very Basics](https://trello.com/c/g4dmrptT/35-1-the-very-basics)​
2. ​[Packages and Help Pages](https://trello.com/c/HAsBQQj2/40-2-packages-and-help-pages)
3. &#x20;[R Objects](https://trello.com/c/AiJUkRTb/41-3-r-objects)​
4. &#x20;[R Notation](https://trello.com/c/y7RFA3Td/42-4-r-notation)​
5. &#x20;[Modifying Values](https://trello.com/c/gdasjkZV/43-5-modifying-values)​
6. &#x20;Environments
7. &#x20;Programs
8. &#x20;S3
9. &#x20;Loops
10. &#x20;Speed
11. Appendix:

* A. [Installing R and RStudio](https://trello.com/c/dUEcToZA/38-a-installing-r-and-rstudio)​
* B. [R Packages](https://trello.com/c/o1LwT0ua/37-b-r-packages)​
* C. [Updating R and Its Packages](https://trello.com/c/dezDHBnk/39-c-updating-r-and-its-packages)​
* D. [Loading and Saving Data in R](https://trello.com/c/AnfYzj05/44-d-loading-and-saving-data-in-r)​
* E. Debugging R Code


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://r-pedia.gitbook.io/cevi/hands-on-programming-with-r.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
