Learn R Programming

funcMapper (version 1.0.2)

Map User-Created Functions

Description

Create an interactive function map by analyzing a specified R script. It uses the find_dependencies() function from the 'functiondepends' package to recursively trace all user-defined function dependencies.

Copy Link

Version

Install

install.packages('funcMapper')

Monthly Downloads

136

Version

1.0.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Antonio Fratamico

Last Published

July 30th, 2025

Functions in funcMapper (1.0.2)

build_dependency_map

Brief: Build Recursive Dependency Map of User-Defined Functions
funcMapper

Brief: Map User Created Functions in any R Script
get_edges_from_map

Brief: Convert Dependency Map to Edge List
plot_dependency_graph

Brief: Plot dependencies map from dep_map and save HTML file