expect_no_forbidden_function_code: Expect no forbidden function code

View source: R/expectations.R

expect_no_forbidden_function_codeR Documentation

Expect no forbidden function code

Description

Test that a given code string does not exists in function.

Usage

expect_no_forbidden_function_code(object, forbidden)

Arguments

object

Function to check for mandatory code

forbidden

Code string that are forbidden to use.


markmyassignment documentation built on May 29, 2024, 2:57 a.m.