Another sample_file format

When running
stan(model, save_dso = FALSE, sample_file = "rstan_chains.csv", ...)
I’m wondering if the sample_file can be saved in another format e.g. RDS rather than .csv.

read_stan_csv() struggles to read large sample files e.g. > 2Gb. Thanks