r - Evaluation error: column 1 must be named -


i getting following error when reading column sas data in r

library(haven) sas_temp=read_sas("my_sas_file.sas7bdat",cols_only="bth_dt") 

this produces error

error in df_parse_sas_file(spec_data,spec_cat,encoding=encoding,cols_only=cols_only):  evaluation error: column 1 must named. 

this not happen when read column. there missing out here? how resolve this?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -