Skip to contents

Returns the currently active computational backend.

Usage

get_backend()

Value

Character string: "cpp", "rust", or "r"

Examples

if (FALSE) { # \dontrun{
# Check which backend is currently in use
get_backend()
} # }