I keep getting this when trying to save my knit..... Error: clean_names()
requires that either names or dimnames be non-null. Execution halted
these are the clean names I use
df<- clean_names(df)
df<-remove_empty(df)
I keep getting this when trying to save my knit..... Error: clean_names()
requires that either names or dimnames be non-null. Execution halted
these are the clean names I use
df<- clean_names(df)
df<-remove_empty(df)