dcomtois / summarytools

R Package to Quickly and Neatly Summarize Data
502 stars 77 forks source link

Appending in View #143

Closed djmangen closed 3 years ago

djmangen commented 3 years ago

I can append freq() output in view if using the default RStudio working directory on a local hard drive. When using a client-specific working directory changed using setwd() I can write original files but cannot append, getting the following error:

Error in print.summarytools(x, method = method, file = file, append = append, : 'file' path is not valid - check that directory exists

dcomtois commented 3 years ago

Could you pls provide a reproducible example? I can't replicate the error based on only the information provided.

dcomtois commented 3 years ago

Closing as no additional info was provided. Will reopen if and when a reproducible example is given.