are.encoded.data.and.settings.suitable: check some settings encoded data and settings are suitable...

Description Usage Arguments Details Note

Description

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

Usage

1
are.arg.and.settings.suitable(data.encoded, envir = globalenv())

Arguments

data.encoded

some encoded data

envir

environment set by default to globalenv

Details

This is a helper function. It cannot be called directly from any client-side function.

Note

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


patRyserWelch8/dsShareServerNewVersion documentation built on May 29, 2021, 7:42 a.m.