0

I am using the disk.frame package and I wanted to know how many workers is disk.frame using to perform the operations? I looked through disk.frame documentation and can't find such a function.

xiaodai
  • 14,889
  • 18
  • 76
  • 140

1 Answers1

2

disk.frame uses the future package to manage the workers. So we can simply use future::nbrOfWorkers() to find out.

xiaodai
  • 14,889
  • 18
  • 76
  • 140