-
-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Whenever I try to rechunk, to have all that have the same combinations of certain columns, it ends up in a temporal file (deep down in your default temporal local files). Whenever I run this command
rechunk(
df = disk.frame(table2_df_path_temp),
outdir = table2_df_path,
shardby = c("genome", "ProteinID", "KO"),
overwrite = TRUE
)
the result does not end in table2_df_path but in a random temporal file... I got the same results every time I use shardby...
(platform x86_64-w64-mingw32
arch x86_64
os mingw32
crt ucrt
system x86_64, mingw32
status
major 4
minor 2.2
year 2022
month 10
day 31
svn rev 83211
language R
version.string R version 4.2.2 (2022-10-31 ucrt)
)