isEndOfDataDS: Verifies the end of some encoded data on the server has been...

Description Usage Arguments Value See Also

View source: R/isEndOfDataDS.R

Description

This server function indicates whether the number of rows transferred has exceeded of equal to the number of rows in the encoded data frame.

Usage

1
isEndOfDataDS(data.encoded = NULL)

Arguments

data.encoded

- character argument specifying the name of the encoded data on a data server

Value

A boolean value. TRUE if the last row of the encoded data has been transferred. Otherwise, returns FALSE

See Also

nextDS, isDataEncodedDS


patRyserWelch8/dsShareServer documentation built on May 31, 2021, 4:25 a.m.