Learn R Programming

dse (version R2000.6-1)

DSECOMPILED: Use Compiled or S/R Code

Description

Determines if compiled code should be used or not.

Usage

.DSECOMPILED <- T
	.DSECOMPILED <- F

Arguments

sideffects

Several DSE functions which call compiled fortran or C code will use the equivalent S/R version if this global variable is set to FALSE. Its main purpose is for debugging.

Examples

Run this code
.DSECOMPILED <- T

Run the code above in your browser using DataLab