expect_no_forbidden_function_code {markmyassignment}R 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.


[Package markmyassignment version 0.8.8 Index]