Creates a list of length n containing x as every element.

rep_list(x, n)

Arguments

x

value to be replicated

n

number of replications