I am using CmdStan on a Linux machine, but I post-process the output files using R on Windows. Loading the whole output to a Stanfit object with read_stan_csv(files) takes forever, and doing convergence diagnostics with this object even longer. Is there any command or workaround to load only specific parameters from the .csv output files to the R environment?