This function is deprecated. Please use write_stan_file()
instead.
write_stan_tempfile(code, dir = tempdir())
code | (character vector) The Stan code to write to the file. This can be a character vector of length one (a string) containing the entire Stan program or a character vector with each element containing one line of the Stan program. |
---|---|
dir | (string) An optional path to the directory where the file will be
written. If omitted, a global option |