Learn R Programming

swirlify (version 0.5.3)

google_form_decode: 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 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

Run this code
# 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