google_form_decode: Decode Student's Submissions from Google Forms

Description Usage Arguments Value Examples

Description

Decode Student's Submissions from Google Forms

Usage

1

Arguments

path

The path to a csv file downloaded from Google Forms or Google Sheets which contains student's encoded responses.

Value

A data frame containing each student's results.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

# Choose the csv file yourself
google_form_decode()

# Explicity specify the path
google_form_decode("~/Desktop/My_Course.csv")


## End(Not run)

swirlify documentation built on May 28, 2019, 9:02 a.m.