Description Usage Arguments Details Note
It checks the sharing for the following criteria: 0. sharing is allowed 1. the encoded data is the same as previously stated in the encoding check 2. encoded data exists 3. encoded data is a data frame 4. the data encoded is character
1 | are.arg.and.settings.suitable(data.encoded, envir = globalenv())
|
data.encoded |
some encoded data |
envir |
environment set by default to globalenv |
This is a helper function. It cannot be called directly from any client-side function.
Throws the following errors:
"SERVER::ERR:SHARE::002" sharing is not allowed or the disclosure setting has not been set to 0 or 1
"SERVER::ERR:SHARE::005" data.encoded does not exists on the server
"SERVER::ERR:SHARE::008" data.encoded is not the same R object as previously validated isDataEncodedDS
"SERVER::ERR:SHARE::009" data.encoded has yet to be validated by isDataEncodedDS
"SERVER::ERR:SHARE::010" data.encoded is not a character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.