Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)