Rdocumentation
powered by
Learn R Programming
markmyassignment (version 0.4.0)
is_self_contained: Function is self contained test
Description
Tests if a function is self contained (no global variables)
Usage
is_self_contained(expected)
Arguments
expected
Function to test if it is self contained.