rsyntax_threads: Get the number of threads to be used by rsyntax functions

View source: R/util.R

rsyntax_threadsR Documentation

Get the number of threads to be used by rsyntax functions

Description

rsyntax relies heavily on the data.table package, which supports multithreading. By default, the number of threads set by data.table are used, as you can see with getDTthreads. With set_rsyntax_threads you can set the number of threads for rsyntax functions, without affecting the data.table settings.

Usage

rsyntax_threads()

Value

the setting for the number of threads used by rsyntax

Examples

rsyntax_threads()

vanatteveldt/rsyntax documentation built on June 14, 2022, 7:42 a.m.