I think I have the ingest of data figured out. Now I am having an issue what is probably stupid. I am getting an error with the beginning of my data carpentry
Error in ndl_data(var_one = c("2020", "2019", "2018", "2017"), var_two = c("SCI", :
could not find function "ndl_data"
ndl_data<-system.file("extdata", "C:\\Users\\yatestm\\documents\\Capstone\\Capstone\\Trial 6\\STEI Account Work", package="readxl")
a_df<-ndl_data(
var_one=c("2020","2019","2018","2017"),
var_two=c("SCI","SC","U")
)