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

Description Usage Arguments Value Examples

View source: R/validate.R

Description

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

Usage

1
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

1
validation <- validate(1234)

ECO230/eco230r documentation built on May 12, 2020, 2:10 a.m.