'R studio: Error in mutate()`: !Problem while computing `timestamp = ymd_hms(timestamp)

Getting below error when i'm trying to run the code

tweets <- bind_rows(tweets_julia %>% mutate(person = "Julia"), tweets_dave %>% mutate(person = "David")) %>% mutate(timestamp = ymd_hms(timestamp))

Error in mutate(): ! Problem while computing timestamp = ymd_hms(timestamp). Caused by error in as.character(): ! cannot coerce type 'closure' to vector of type 'character'

r


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source