Skip to contents

mark_active() is an alias for active_property(). See ?active_property() for the full documentation.

Usage

mark_active(fn)

Arguments

fn

An R function

Value

fn, with an additional R attribute that will cause fn to be converted to an active property when being converted to a method of a custom subclass.