validate: Return a list of 5 random words given a 4 digit numeric id

View source: R/validate.R

validateR Documentation

Return a list of 5 random words given a 4 digit numeric id

Description

This function is used during setup to validate that a student was able to install the eco230r package

Usage

validate(ID4)

Arguments

ID4

a 4 digit id this must be a number that is 4 digits long

Value

A string containing 5 random words and the ID that was passed into the function

Examples

validation <- validate(1234)

ECO230/eco230r documentation built on Feb. 26, 2025, 2:45 p.m.