google_form_decode {swirlify} | R Documentation |
Decode Student's Submissions from Google Forms
Description
Decode Student's Submissions from Google Forms
Usage
google_form_decode(path = file.choose())
Arguments
path |
The path to a |
Value
A data frame containing each student's results.
Examples
## Not run:
# Choose the csv file yourself
google_form_decode()
# Explicity specify the path
google_form_decode("~/Desktop/My_Course.csv")
## End(Not run)
[Package swirlify version 0.5.3 Index]