rx_privacy_control
Usage
revoscalepy.rx_privacy_control(enable: bool = None)
Description
Used for opting out of telemetry data collection, which is enabled by default.
Arguments
opt_in
A bool value that specifies whether to opt in (True) or out (False) of anonymous data usage collection. If not specified, the value is returned.
Example
import revoscalepy
revoscalepy.rx_privacy_control(False)