Skip to contents

In order to create markdown output for non-HTML formats, SAS must render intermediate files to a directory on the SAS. This function allows you to set what directory intermediate files are writen to.

Usage

sas_set_tempdir(path)

Arguments

path

string; Path for SAS to write intermediate files to for the knitr sas_engine().

Value

No return value.

See also