DSEflags {dse1}R Documentation

Flags to Indicate Use of Compiled Code

Description

Determines if compiled code should be used or not.

Usage

    .DSEflags(new)
    .DSEflags()
    

Arguments

new A list which must have elements COMPILED and DUP.

Examples

    .DSEflags(list(COMPILED=TRUE, DUP=TRUE))
    .DSEflags()$COMPILED

[Package dse1 version 2005.1-1 Index]