GenerateData: Generates test data frame of the students with unique ID...

View source: R/GenerateData.R

GenerateDataR Documentation

Generates test data frame of the students with unique ID (uppercase letters)

Description

Generates test data frame of the students with unique ID (uppercase letters)

Usage

GenerateData(num_students)

Arguments

num_students

a positive integer.

Value

a data frame

Examples

# five students
GenerateData(5)

golfr documentation built on April 12, 2025, 1:48 a.m.

Related to GenerateData in golfr...