Update the local path in an existing SSN object based on an user defined file.
ssn_update_path(x, path, verbose = FALSE)
An SSN, ssn_lm or ssn_glm object.
Filepath to the .ssn folder associated with the SSN object.
A logical that indicates if the new path should be printed to the console.
An SSN object with a new path list element.
At times, it may be necessary to move a .ssn directory,
which is linked to an SSN object in an R workspace. If the .ssn
directory is moved, the path must be updated before using the
ssn_glmssn
function and other functions that read/write
to the .ssn directory. The ssn_update_path
is a helper
function that serves this purpose.