Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

45813151617
Field name Description

Field name used as argument 

to DataSHIELD function

Column index

Local use of

data.frame

CHARACTERList of gods 'D$CHARACTER'2

ds.test_env$local.values.1[ ,2]

ds.test_env$local.values.2[ ,2]

ds.test_env$local.values.3[ ,2]

LOGICALTRUE and FALSE 'D$LOGICAL'3

ds.test_env$local.values.1[ ,3]

ds.test_env$local.values.2[ ,3]

ds.test_env$local.values.3[ ,3]

NA_VALUESSome empty values 'D$NA_VALUES'

ds.test_env$local.values.1[ ,4]

ds.test_env$local.values.2[ ,4]

ds.test_env$local.values.3[ ,4]

NULL_VALUESNULL values'D$NULL_VALUES'

ds.test_env$local.values.1[ ,5]

ds.test_env$local.values.2[ ,5]

ds.test_env$local.values.3[ ,5]

INTEGERThe Z numerical set. 'D$INTEGER'6

ds.test_env$local.values.1[ ,6]

ds.test_env$local.values.2[ ,6]

ds.test_env$local.values.3[ ,6]

NON NEGATIVE

INTEGER

Natural numbers and the value 0. 'D$NON_NEGATIVE_INTEGER'7

ds.test_env$local.values.1[ ,7]

ds.test_env$local.values.2[ ,7]

ds.test_env$local.values.3[ ,7]

POSITIVE

INTEGER

Natural numbers. 'D$POSITIVE_INTEGER'

ds.test_env$local.values.1[ ,8]

ds.test_env$local.values.2[ ,8]

ds.test_env$local.values.3[ ,8]

NEGATIVE 

INTEGER 

Subset of Z, where n < 0. 'D$NEGATIVE_INTEGER'9

ds.test_env$local.values.1[ ,9]

ds.test_env$local.values.2[ ,9]

ds.test_env$local.values.3[ ,9]

NUMERICR and Q mathematical sets. 'D$NUMERIC'10

ds.test_env$local.values.1[ ,10]

ds.test_env$local.values.2[ ,10]

ds.test_env$local.values.3[ ,10]

NON NEGATIVE

NUMERIC

Subset of R and Q sets, where n > 0'D$NON_NEGATIVE_NUMERIC'11

ds.test_env$local.values.1[ ,11]

ds.test_env$local.values.2[ ,11]

ds.test_env$local.values.3[ ,11]

POSITIVE

NUMERIC

Subset of R and Q sets, where n >= 0'D$POSITIVE_NUMERIC'12

ds.test_env$local.values.1[ ,12]

ds.test_env$local.values.2[ ,12]

ds.test_env$local.values.3[ ,12]

NEGATIVE

NUMERIC

Subset of R and Q sets, where n <= 0'D$NEGATIVE_NUMERIC'

ds.test_env$local.values.1[ ,13]

ds.test_env$local.values.2[ ,13]

ds.test_env$local.values.3[ ,13]

FACTOR CHARACTERSubset of R and Q sets, where n <= 0'D$FACTOR_CHARACTER14

ds.test_env$local.values.1[ ,14]

ds.test_env$local.values.2[ ,14]

ds.test_env$local.values.3[ ,14]

FACTOR

INTEGER

integer factor values. 'D$FACTOR_INTEGER'

ds.test_env$local.values.1[ ,15]

ds.test_env$local.values.2[ ,15]

ds.test_env$local.values.3[ ,15]

IDENTIFIERsome integer numerical values, that are repeated. With the column CATEGORY, some functions that shape the values differently can be tested.'D$IDENTIFIER'

ds.test_env$local.values.1[ ,16]

ds.test_env$local.values.2[ ,16]

ds.test_env$local.values.3[ ,16]

CATEGORY some categories for some identifiers; the latter is provided by the column IDENTIFIER.  With the latter, some functions that shape the values differently can be tested.'D$CATEGORY'

ds.test_env$local.values.1[ ,17]

ds.test_env$local.values.2[ ,17]

ds.test_env$local.values.3[ ,17]

...