Firstly,
I'm unable to use write_csv() function. I get the below error
Error in function_list[k] : could not find function "write_csv"
I've readr pacakge installed which gives the following warning:
Error in get(Info[i, 1], envir = env) : cannot open file 'C:/Users/kishore/Documents/R/win-library/3.3/rlang/R/rlang.rdb': No such file or directory In addition: Warning message: package ‘readr’ was built under R version 3.3.3 Error: package or namespace load failed for ‘readr’
Second,
when I'm trying to read a .csv or excel file I get the below error
c <- read_excel("C:/Users/kishore/Desktop/c.xlsx")
Error in get(Info[i, 1], envir = env) : cannot open file 'C:/Users/kishore/Documents/R/win-library/3.3/rlang/R/rlang.rdb': No such file or directory
View(c)
Error in View : object 'c' not found
I'm not sure what is the issue please advise
find.package("rlang")
tell you? – lukeAinstall.packages("rlang", "C:/Users/kishore/Documents/R/win-library/3.3")
? – lukeA