I wrote the write.xlsx command from the xlsx package when I open the excel, it shows N/A in cells. what can I do, doesn't show #N/A
Data1 <- structure(list(PM10 = c("13-", "19", "25", "17", NA, "22"), Hourly_Average = c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_)), row.names = c(NA, 6L), class = "data.frame")
write.xlsx(Data1, file = "PM10 Valid Stations.xlsx")