Learn R Programming

assertive (version 0.1-7)

assert_is_r: Are you running R?

Description

Checks to see you are running R.

Usage

assert_is_r()

  is_r()

Arguments

Value

  • is_r wraps is.R, providing more information on failure. assert_is_r returns nothing but throws an error if is_R returns FALSE.

See Also

is.R.

Examples

Run this code
assert_is_r()

Run the code above in your browser using DataLab