I get this error while using read.xls()
,
Error in findPerl(verbose = verbose) :
perl executable not found. Use perl= argument to specify the correct path.
Error in file.exists(tfn) : invalid 'file' argument
How and where to download perl for gdata package in R?
use below thing to find the perl
read.xls(verbose=FALSE, perl="C:\Perl64\bin\perl.exe")