You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to export a dataset into dta, but received the error message below. I have no experience in Stata and so it took me a bit to find out that in Stata variable names must not contain ".". It would have been much more helpful if the error message actually told you what the illegal character is that you need to replace.
Error in write_dta_(data, normalizePath(path, mustWork = FALSE), version = stata_file_format(version)) : Writing failure: A provided name contains an illegal character.
rubenarslan, kimjoaoun, mehlkopf, daranzolin, matthewgson and 2 more