okey i learn about reprex and this is my code for export to excel
write.xlsx(as.data.frame(coming_movies), file='test.xlsx', sheetName="Sheet1", col.names=TRUE, row.names=FALSE, append=TRUE)
and
write.xlsx(coming_movies,'D:/coming_soon.xlsx')
Error in .jcall(cell, "V", "setCellValue", value) :
method setCellValue with signature ([Ljava/lang/String;)V not found
In addition: Warning message:
In if (is.na(value)) { :
the condition has length > 1 and only the first element will be used
thank you for anyone wants to help me