Learn R Programming

jsmodule (version 2.0.1)

is_production_environment: Detect if running in production/deployment environment

Description

Detect if running in production/deployment environment

Usage

is_production_environment()

Arguments

Value

Logical. TRUE if in production, FALSE if local development

Details

Default is FALSE (development mode) when DEPLOYMENT_ENV is not set