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
In Stata the maximum number of characters that a column name may have is 32 characters (https://www.stata.com/manuals/r.pdf#rLimits). write_dta checks the length of each column name if there is a name >31 characters, but since 32 characters is allowed this should be >32 or >=31.