So I am trying load data to make graphs for soil water content and water salinity but can't the load data because I keep getting an error bar that says Error: cannot allocate vector of size 349 Kb I've tried to use memory.limit function but that didn't seem to work what should I do I am new to R any help would be greatly appreciated.
> memory.limit()
[1] 3498
> memory.limit(size=10497)
[1] 10497
> require(neonUtilities)
Loading required package: neonUtilities
> Swcws <- loadByProduct(dpID="DP1.00094.001",
+ site=c("JORN"),
+ startdate="2017-07",
+ enddate="2020-08")
Finding available files
|===========================================================================| 100%
Continuing will download files totaling approximately 1.1 GiB. Do you want to proceed y/n: y
Downloading 38 files
|===========================================================================| 100%
Unpacking zip files using 1 cores.
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=01m 59s
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=00s
Stacking operation across a single core.
Stacking table SWS_1_minute
|++++++++++++++++++++++++++++++++++++++++ | 79% ~01m 02s Error: cannot allocate vector of size 349 Kb