Learn R Programming

modules (version 0.9.8)

find_module: Find a module<U+2019>s source code location

Description

Find a module<U+2019>s source code location

Usage

find_module(module)

Arguments

module

character string of the fully qualified module name

Value

the full path to the corresponding module source code location. If multiple hits are found, return the one with the highest priority, that is coming earlier in the search path, with the local directory having the lowest priority. If no path is found, return NA.