R BASICS

R basic tutorials serve as introductory guides providing fundamental knowledge and practical insights into using the R programming language

INSTALLATION AND FIRST STEPS

R installation is done by downloading and installing the program from the official website. The first steps include getting familiar with the RStudio or R GUI interface and learning the basic syntax

DATA TYPES

In R, data types include numeric (integer, decimal), character (text), logical (true/false), complex and raw. Each type has specific characteristics and operations that allow you to manipulate and analyze data in a variety of ways in R

WORKING DIRECTORY AND WORKSPACE

In R, the working directory refers to the location in the file system where R looks for and stores files by default while the workspace stores variables and objects to maintain continuity of work between sessions

FUNCTIONS AND PACKAGES

Functions are reusable blocks of code that perform specific tasks. Packages are sets of functions, data and documentation that extend the functionality of R

PRINTING VALUES

These functions are used to display results in the console. They help in the visualization and understanding of the generated information, being useful for inspecting data, displaying calculation results or facilitating the communication of results

R provides a number of functions to obtain the system date and time, which can be useful in various situations to manage runtimes and other processes