Big data contains millions of data that can be processed using R.Even though R provides few packages to support big data, extra effort is needed.Map reduce algorithms can be created using R for analysing data (Refer:The Art of R Programming - O'Reilly Media).
The original data set size could increase and lead to a bigger object during the analysing process.
I have listed out best ways to handle big data in R.
The original data set size could increase and lead to a bigger object during the analysing process.
I have listed out best ways to handle big data in R.
- Divide and conquer
- Memory and hardware
- Incorporating programming languages like Java or c++