View source: R/gen_random_table.R
gen_temp_indices | R Documentation |
This is a helper function, that produces a random set of distinct integers between 1 and maxlength, inclusive.
gen_temp_indices(size = 1000, max_index, seed = NULL, engine = default_engine)
size |
number of ids to return (default 1000) |
a string name of the temporary table created
indices = gen_temp_indices(size=100000,max_index=14e10, seed=NULL, engine=mycon)
indices = gen_temp_indices(size=1000,max_index=250000, seed=12345, engine=mycon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.