R/set_n.R
set_n.Rd
Set and get the global value for n for rando functions
set_n(n) get_n()
value to set as the default n
The current global default value for n. set_n() returns this value invisibly
set_n()
set_n(100) get_n() #> [1] 100