Как исправить "Ошибка в файле (con, "r")" в RStudio
Я попробовал cspade, установленный с anaconda, но когда я запускаю код, я получаю сообщение об ошибке
library(arulesSequences)
s1 <- cspade(trans_matrix, parameter = list(support = 0.3,maxlen = >3,maxsize = 3), control = list(verbose = TRUE))
и я получил эту ошибку:
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") :
cannot open file 'C:\Users\user\AppData\Local\Temp\RtmpYFPGaZ\cspade5b784fe958fe.out': No such file or directory