Perl not found in gdata package in R

2.6k views Asked by At

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?

1

There are 1 answers

0
praveen On

use below thing to find the perl

  1. find the location of perl in the system and specify the exact path

read.xls(verbose=FALSE, perl="C:\Perl64\bin\perl.exe")