Skip to contents

The function checks whether the compiled version of R shows an architecture that matches "wasm32". If it's the case, we're likely using webR to access R.

Usage

in_webr()

Examples

# Check to see if WASM is active
in_webr()
#> [1] FALSE