Change Data Types

tweets <-
  tweets |>
  mutate(id = as.character(id))

Last updated