split_ids_into_equal_buckets: Return ResourceIDs grouped with equal(ish) number of rows in...

Description Usage

View source: R/shiny_get_download_csv.R

Description

example of return value: list( 1 = c("id1", "id2", "id3", "id4", "id5"), 2 = c("id6", "id7") ) (this would indicate id6 & id7 would *each* have more rows than *each* of the first 5 ids)

Usage

1
split_ids_into_equal_buckets(api_ids, num_rows_per_bucket)

xaviermiles/portalLite documentation built on Jan. 28, 2022, 9:10 a.m.