expect_function_self_contained: Expect that the tested function is self-contained

Description Usage Arguments

View source: R/expectations.R

Description

Tests if a fuction is self-contained (i.e. do not use any global variables).

Usage

1
expect_function_self_contained(object, info = NULL, label = NULL)

Arguments

object

Function to test if it is self-contained.

info

Deprecated.

label

Additional information.


markmyassignment documentation built on Sept. 5, 2021, 5:42 p.m.