SyntaxFix
Write A Post
Hire A Developer
Questions
To replace all NAs in a dataframe you can use:
df %>% replace(is.na(.), 0)