using xls2csv(filename.xls, sheet = 1, na.strings = "EMPTY", perl = usr/bin/perl). Note location of perl is found after perl keyword arg,
xxxxxxxxxx
df <- xls2csv("<name of your file>.xls", sheet = 1, na.strings = "EMPTY", perl="<location of Perl>")
POWERED BY DATACAMP WORKSPACE
COPY CODE
xxxxxxxxxx
df <- xls2csv("<name of your file>.xls", sheet = 1, na.strings = "EMPTY", perl="<location of Perl>")
POWERED BY DATACAMP WORKSPACE
COPY CODE