observesport / lince-plus

Lince plus
https://observesport.github.io/lince-plus/
GNU General Public License v3.0
7 stars 1 forks source link

R Code suggestion #42

Open albertoSoto opened 1 year ago

albertoSoto commented 1 year ago

We need to introduce the concept of dataset in R, set a new example with the following:

#print(lince_data)
ls()
length(lince_data)
print(lince_data)
#find number of rows
n <- nrow(lince_data)
#print
cat("Number of rows in Data Frame :", n)