Skip to contents

This function allows you to make a dry run locally of your production code in a setting that mimicks how it will run on Posit Connect. This is not a complete replica of the environment in which your code will run on Connect, so lack of issues here does not equal lack of issues with deployment. However, it is a good indicator.

Usage

try_connect_run(clean = TRUE)

Arguments

clean

Should the temporary folder with the deployment be deleted once the function returns

Value

This function is called for its side effects