Anyone have experience with the read_patterns() function in SafeGraphR? I’m getting the following error “Error in data.table::setkeyv(patternsb, by) : some columns are not in the data.table: customer_USER_ID” from
IMB_Patterns_1 <- read_many_patterns(filelist,
dir = 'C:/Users/seancrotty/ReadManyInputs/Test/',
recursive = TRUE,
select = variables_1,
multi = list(
list(name = 'patterns_by_store',
by = 'customer_USER_ID'),
list(name = 'by_CBG',
by = 'poi_cbg')
)
)