This returns a random jumble of letters and numbers that are used as poster ids

make_random_ids(n = 1, seed = 1234)

Arguments

n

How many ids do you want returned?

seed

Set a seed so that the IDs will be the same if you rerun this

Value

A vector of length n with that many random ids