uid_as_seed: Check whether Student used their own uid as seed

Description Usage Arguments Value Examples

View source: R/convt2list.R

Description

Desires to reduce copying of code between students

Usage

1
uid_as_seed(student_dir)

Arguments

student_dir

A character string. The directory that contains student folders/files. (Not the student file itself)

Value

The function returns a dataframe with id of the students column and a logical column indicating whether they used their UID as the seed

Examples

1
2
3
4
5
6
## Not run:

library(stats102A)
## Not run: uid_as_seed("../students")

## End(Not run)

oonyambu/stats_102A documentation built on July 21, 2020, 7:28 a.m.