error in Paste0 code

My code has some errors. Anyone who can tell me what is wrong ?

write.csv(summary,paste0(Date,"_",time,"Aug RSPS_modelwise.csv", row.names=F)

For future reference, it's much easier if you include your actual code rather than a screenshot (as then people can help you by trying it out themselves).

In this case it looks like you're missing a closing parenthesis on line 122.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.