I tried many times and an error Error: cannot allocate vector of size 893.9 Mb
always appears.
Is it not possible for R to allocate such size of data without using arrow
?
I cannot use skimr::skim
to conduct summary statistics... An error is showed:
Error in `dplyr::summarize()`:
ℹ In argument: `skimmed = purrr::map2(...)`.
Caused by error in `purrr::map2()`:
ℹ In index: 1.
ℹ With name: Date.
Caused by error in `dplyr::summarize()`:
ℹ In argument: `dplyr::across(tidyselect::any_of(variable_names), mangled_skimmers$funs)`.
Caused by error in `across()`:
! Can't compute column `Date`.
Caused by error in `order()`:
! Failed to realloc working memory 109972517*8bytes (xsub in dradix), radix=6
Run `rlang::last_error()` to see where the error occurred.