uid_as_seed: Check whether Student used their own uid as seed

View source: R/convt2list.R

uid_as_seedR Documentation

Check whether Student used their own uid as seed

Description

Desires to reduce copying of code between students

Usage

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

## Not run:

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

## End(Not run)

oonyambu/stats_102A documentation built on Jan. 23, 2025, 4:03 a.m.