Get ids whose data have been parsed sucessfully
Examples
csv_file <- file.path(system.file("extdata", package = "chatlogr"), "mtcars.csv")
chatdata <- parse_users_chat_data(csv_file, idcol = "user_id")
#> Processing 32 rows...
#> Chat columns: chathistory1, chathistory2
#> Parsing summary
#> total success errors warnings
#> 32 0 32 0
get_success_ids(chatdata)
#> numeric(0)