Hi,
I get the following error when I run evently with your sample data (tweets_anonymized.jsonl):
Error in melt_snowflake(id) : is.character(snowflake_id) || bit64::is.integer64(snowflake_id) is not TRUE
Here is the steps I followed:
I installed all required packages, and then ran the following commands in R:
library(evently)
filepath <- system.file('extdata', 'tweets_anonymized.jsonl', package = 'evently')
cascades <- parse_raw_tweets_to_cascades(filepath, progress = F)
I appreciate if you can help me fix this. Thank you!
Hi,
I get the following error when I run evently with your sample data (
tweets_anonymized.jsonl):Error in melt_snowflake(id) : is.character(snowflake_id) || bit64::is.integer64(snowflake_id) is not TRUEHere is the steps I followed:
I installed all required packages, and then ran the following commands in R:
I appreciate if you can help me fix this. Thank you!