rx_privacy_control
revoscalepy.rx_privacy_control(enable: bool = None)
Used for opting out of telemetry data collection, which is enabled by default.
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.
import revoscalepy
revoscalepy.rx_privacy_control(False)