When the Campsis dataset contains a lot of subjects (e.g. 10000 subjects) and/or is complex (e.g. contains IOV) , its export to a dataframe may take a while (e.g. 30 seconds). It would be great to parallelise the export of the dataset using furrr, according the the user preferences, to reduce the export time.
When the Campsis dataset contains a lot of subjects (e.g. 10000 subjects) and/or is complex (e.g. contains IOV) , its export to a dataframe may take a while (e.g. 30 seconds). It would be great to parallelise the export of the dataset using furrr, according the the user preferences, to reduce the export time.