powered by
Decode Student's Submissions from Google Forms
google_form_decode(path = file.choose())
The path to a csv file downloaded from Google Forms or Google Sheets which contains student's encoded responses.
csv
A data frame containing each student's results.
# NOT RUN { # Choose the csv file yourself google_form_decode() # Explicity specify the path google_form_decode("~/Desktop/My_Course.csv") # }
Run the code above in your browser using DataLab