You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{Parallelize,False,"Whether to distribute the file import to parallel kernels"}
224
224
},
225
225
"The \"Importer\" option supports the same specification formats as [*CachedImport*].",
226
-
"With the default setting [*\"GroupFolders\"->Automatic*], data are grouped by folders whenever an explicity directory/list of directories is specified.",
226
+
"With the default setting [*\"GroupFolders\"->Automatic*], data are grouped by folders whenever an explicit directory/list of directories is specified.",
227
227
"With the default setting [*\"TransformFullPath\"->Automatic*], the full path is transformed if the data are not grouped by folders, otherwise only the filename is transformed.",
228
228
"With [*Parallelize->True*], cache lookups are done on the main kernel, and actual importing is done on parallel kernels (see [*CachedImport*] for more information).",
229
-
"[*Parallelize[[*ImportDataset*][\[Ellipsis]]]*] is equivalent to specifiying [*Parallelize->True*]",
229
+
"The option [*Parallelize*] can be set to [*False*], [*True*] or a list of [*Parallelize*] options."
230
+
"[*Parallelize[[*ImportDataset*][\[Ellipsis]],opts\[Ellipsis]]]*] is equivalent to specifying [*Parallelize->{opts}*]",
230
231
"In the replacement rules specified, patterns for file and directory names should string expressions."
0 commit comments