Read options for the Arrow file readers
csv_read_options(use_threads = option_use_threads(),
block_size = 1048576L)json_read_options(use_threads = TRUE, block_size = 1048576L)
Whether to use the global CPU thread pool
Block size we request from the IO layer; also determines the size of chunks when use_threads is TRUE
. NB: if false, JSON input must end with an empty line