Learn R Programming

ascribe (version 0.2.0)

collect_r6_methods: Collect R6 class method names from a package

Description

Scans exported and namespace-internal objects for R6 class generators, then collects all public method names.

Usage

collect_r6_methods(pkg)

Value

Character vector of R6 method names.

Arguments

pkg

Package name (character scalar).