Hi All,
I am trying to read pivot sheet using R studio ,But am not getting proper out put and getting error .can some one please advise the solution .
Am using rpivottable package and the below r code to read sheet.
code:
Mapper_Data <- read_excel("Coupon Receivable 04022019.xlsx", sheet= "Mapper")
Error which I received:
Warning messages:
1: In read_fun(path = enc2native(normalizePath(path)), sheet_i = sheet, :
Expecting numeric in D4 / R4C4: got a date
2: In read_fun(path = enc2native(normalizePath(path)), sheet_i = sheet, :
Expecting numeric in E4 / R4C5: got a date