getNameList: Get a full list of the students' names

Description Usage Arguments Value Author(s) References

Description

Read the students' names from the data files, and write a dictionary for the names with de-identified code.

Usage

1
2
getNameList(dpath, section = NULL, semester = NULL, secblind = TRUE,
  save = TRUE)

Arguments

dpath

path to the data files

section

the digits in the file names that indicates the section. For example, "T01.201.csv" gives the section digits from 5 to 7. Default to be NULL.

semester

appendix to the code, e.g. "2014FALL". Default to be NULL.

secblind

if the section information should be de-identified or not.

save

if the dictionary from the students' names to the code should be saved or not

Value

a data frame of two columns: students' names and the corresponding code

Author(s)

Xiaoyue Cheng <xycheng@iastate.edu>

References

Refer to package vignette Section 5.3


introstat/ePort documentation built on May 18, 2019, 5:47 a.m.