Posts by Alexandre Loures • 133 points
1 post
-
3
votes1
answer2746
viewsQ: How to create a function in R
I am wanting to create a function to control the students' grades. I am trying the following function: note_eng<-read.csv2("note.csv",header=TRUE)…