SyntaxFix
Write A Post
Hire A Developer
Questions
max(ozone$Ozone, na.rm = TRUE) should do the trick. Remember to include the na.rm = TRUE or else R will return NA.
max(ozone$Ozone, na.rm = TRUE)
na.rm = TRUE