View source: R/checkPermissivePrivacyControlLevel.R
checkPermissivePrivacyControlLevel | R Documentation |
This server-side function check that the server is running in "permissive" privacy control level.
checkPermissivePrivacyControlLevel(privacyControlLevels)
privacyControlLevels |
is a vector of strings which contains the privacy control level names which are permitted by the calling method. |
Tests whether the R option "datashield.privacyControlLevel" is set to "permissive", if it isn't will cause a call to stop() with the message "BLOCKED: The server is running in 'non-permissive' mode which has caused this method to be blocked".
No return value, called for side effects
Wheater, Dr SM., DataSHIELD Development Team.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.