load_exam_data: Make and load exam data

View source: R/data.R

load_exam_dataR Documentation

Make and load exam data

Description

This function generates data based on a student number and loads it in the users environment.

Usage

load_exam_data(noma)

Arguments

noma

'character(1)' with the student number. Must be coercible to a 'numeric'.

Value

Invisibly returns 'TRUE'. Used for its side effect to load an object of class ‘MSnSet' in the user’s global environment.

Examples

load_exam_data("0123")
x0123

UCLouvain-CBIO/rWSBIM1207 documentation built on March 20, 2024, 4:20 a.m.