Please, I need some help I am new in R and I am unable to analyze my data. I used this code:
Paises <- read.csv("~/Desktop/UN/Paises.csv") View(Paises)
```{R}
Datos = read.table("~/Desktop/UN/Paises.csv", header=T, sep="," , dec=".")
str(Datos)
Then I do not know how to sum all 2010 or all 2020 I tried with colSums but it was not possible. I want to know the total population in 2010 and also know the total in 2010 from different regions or even different countries