Learn R Programming

soobench (version 1.9.18)

is_recording_function: Recording function

Description

Check if a function supports the ‘recording_function’ interface.

Usage

is_recording_function(fn)

Arguments

fn

Function to check.

Value

TRUE if fn is a ‘recording_function’ else FALSE.